摘要:
报错:System.NotSupportedException: LINQ to Entities does not recognize the method ...... get_Item(Int32)' method, and this method cannot be translated into a store expression. 在控制器中有如下一段代码: var tem... 阅读全文
posted @ 2015-04-24 15:21
Darren Ji
阅读(3545)
评论(0)
推荐(0)
摘要:
我们经常通过泛型构造函数创建泛型实例,也常调用实例的扩展方法。以下的代码在项目中随处可见: static void Main(string[] args) { var strs = new List {"hello","world"}; var result = strs.Where(s => s.StartsW... 阅读全文
posted @ 2015-04-24 10:54
Darren Ji
阅读(620)
评论(2)
推荐(0)
浙公网安备 33010602011771号