
LINQ
mx5721
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
动态构建LINQ(Dynamic String based Queries in LINQ - Dynamic Expression API)
The Dynamic Expression API extends the core LINQ API with the ability to dynamically create string based queries that are constructed at run-time. The API providesDynamic parsing of strings to转载 2014-05-13 13:26:27 · 1044 阅读 · 0 评论 -
其他的项目调用DAL项目中的EF Model
Based on your description and the error code, you will just need to ensure that your DataContext class inheirits from IDisposible:public class YourDataContextClass : DbContext,IDisposable原创 2014-06-24 12:11:25 · 1368 阅读 · 0 评论 -
扩展Update实现在linq中进行批量更新
这篇文章讲解的很详细,http://www.cnblogs.com/coolcode/archive/2010/07/11/LinqToSQL_Batch_Update.html转载 2014-07-24 10:24:07 · 11663 阅读 · 0 评论