0
我的LINQ2SQL查詢有問題。我試圖得到只有TabA
行關聯TabC
Name
列包含例如lorem。有任何想法嗎 ?Linq2Sql嵌套表
我嘗試
(from x in db.TabA
x.TabB.FirstOrDefault(y => y.TabC.name == "lorem") != null
x).ToList();
但我得到method is not supported error
。
表的默認值是什麼? – 2012-07-19 11:26:19
試着看看這個問題:http://stackoverflow.com/questions/2170141/error-method-not-supported-by-linq-to-entities – 2012-07-19 11:26:48