摘要:
原文链接http://www.cnblogs.com/A_ming/archive/2013/05/24/3097062.html public static class LinqEx { public static IEnumerable DistinctBy(this IEn... 阅读全文
摘要:
[转]http://www.cnblogs.com/myhappylife/p/5006774.html1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。2.应尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用... 阅读全文