摘要: 1.分组并且查询每组数量 var groupList = from a in examineeList group a by new { a.SN, a.BeginTime, a.End... 阅读全文
posted @ 2013-05-28 15:08 年月 阅读(264) 评论(0) 推荐(0)