2013年8月6日
摘要: LINQ to Entities works by translating LINQ queries to SQL queries, then executing the resulting query on the database and converting the result back to application entities. Because of this crossover of two languages, it will only work when SQL-compatble method calls are made. When an incompatible c 阅读全文
posted @ 2013-08-06 18:42 cw_volcano 阅读(421) 评论(0) 推荐(0) 编辑