摘要:
一、简介 当查询比较复杂时,需要很多判断或者跨方法传递参数时使用 二、扩展类 public static class DynamicLinqExpressions { public static Expression<Func<T, bool>> True<T>() { return f => tr 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using ThreadState = System.Threading.ThreadState; ... 阅读全文