原文:报错:System.NotSupportedException: LINQ to Entities does not recognize the method

报错:System.NotSupportedException: LINQ to Entities does not recognize the method ...... get Item Int method, and this method cannot be translated into a store expression. 在控制器中有如下一段代码: var tempList So ...

2015-04-24 15:21 0 2684 推荐指数:

查看详情

LINQLINQ to Entities

LINQ to EntitiesLINQ 中最吸引人的部分。它让你可以使用标准的 C# 对象与数据库的结构和数据打交道。使用 LINQ to Entities 时,LINQ 查询在后台转换为 SQL 查询并在需要数据的时候执行,即开始枚举结果的时候执行。LINQ ...

Thu Aug 23 00:28:00 CST 2012 4 21216
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM