Fork me on GitHub
摘要: var counts = dal.QueryStatisticsCount(condition); var result = from p in counts group p by new { AuctionName = p.AuctionName, StatusName = p.StatusName } into g ... 阅读全文
posted @ 2016-05-06 14:59 迁梦余光 阅读(2948) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/yeagen/archive/2013/09/22/3334059.html 阅读全文
posted @ 2016-05-06 10:10 迁梦余光 阅读(370) 评论(0) 推荐(0)