0
當我們選擇一個新對象時,我們如何使用Where
和Linq?選擇一個新對象,其中包括一個
以下是我有:
From x In mydb.vw_TransactionsWithNames
Select New datetransaction() With {.start = x.StartDate, .ends = x.EndDate}
Where x.fkCommunity = c.PkCommunity And x.isCancelled = 0
但我有Select New datetransaction() With {.start = x.StartDate, .ends = x.EndDate}
後的錯誤 - 「X」要麼不聲明或不在當前範圍
謝謝>名稱。
使用WHERE子句第一 – OneFineDay 2014-10-30 19:47:13
你還需要一個變量來接受表達式:'昏暗的查詢=從...' – OneFineDay 2014-10-30 19:48:39