摘要: 参考文章:http://www.cnblogs.com/Abel_cn/archive/2008/12/09/1351425.html http://blog.csdn.net/friendan/article/details/52182923 using System; using System. 阅读全文
posted @ 2018-03-02 14:45 LuoCore 阅读(272) 评论(0) 推荐(0)
摘要: http://bbs.csdn.net/topics/391085792 DataTable 老表= 新表.AsEnumerable().GroupBy(p => p["姓名"]).SelectMany(p => p.GroupBy(s => s["年龄"]).Select(x => x.First 阅读全文
posted @ 2018-03-02 11:17 LuoCore 阅读(843) 评论(0) 推荐(0)