会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
4℃空间
众人笑我痴 我笑他人看不懂
首页
新随笔
联系
管理
订阅
2016年7月12日
拼接LINQ动态表达式
摘要: using System; using System.Linq; using System.Linq.Expressions; public static class LinqBuilder { /// /// 默认True条件 /// /// /// public static Expression> True() { return f...
阅读全文
posted @ 2016-07-12 16:32 magic_evan
阅读(3336)
评论(1)
推荐(0)
编辑