07 2014 档案

摘要:今天用EF写东西玩,觉得IEnumerable里面除了where()、select(),是不是能添加点其他方法呢。 想做就做,F12到方法定义: public static IEnumerable Where(this IEnumerable source, Func predicate)... 阅读全文
posted @ 2014-07-29 13:19 克雷斯波 阅读(2742) 评论(7) 推荐(0)