6
私のlinqステートメントで何が間違っているのですか?クエリ本体はselect句またはgroup句で終了する必要があります。なぜここにエラーがありますか?
if (this.selectLBU.HtUsers.Any())
{
reportRowItems = (from r in reportRowItems
from bu in r.User.HtBusinessUnits
where bu.LocationBusinessUnitId == selectLBU.LocationBusinessUnitId).ToList();
ありがとうございました! ^^ –