このコード行により、以下のエラーが発生します。
コード:
@Html.LabelFor(y => y.Data.Select(z => z.Name).First().ToString());
エラー:
Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions.
これは Razor MVC4 ビューにあります。
これを書き直すことはできますか、それともできませんか?