摘要: 1.关于IEnumerable IQueryable IList 三者的继承关系IQueryable 继承 IEnumerableIList 继承 IEnumerable2.ef中DbSet对象提供两种扩展方法public static IQueryable Where(this IQueryabl... 阅读全文
posted @ 2013-04-26 08:49 Yorsin 阅读(562) 评论(1) 推荐(1)