文章分类 -  Linq

Linq To Sql常用方法使用总结
只有注册用户登录后才能阅读该文。

posted @ 2011-05-24 11:21 幸福的歌 编辑

PredicateExtensions
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Linq.Expressions;public static class PredicateExtensions{ public static Expression<Func<T, bool>> True<T>() { return f => true; } public static Expression<Func<T, bool>> Fa 阅读全文

posted @ 2011-05-24 10:56 幸福的歌 阅读(721) 评论(0) 推荐(0) 编辑

导航