码迷,mamicode.com
首页 > Web开发 > 详细

.net 拉姆达 groupby(p => p.X) order by count(c.Count())

时间:2015-01-02 22:19:55      阅读:403      评论:0      收藏:0      [点我收藏+]

标签:

//国家
var entityCountriesList = aliexpressEntities.SYS_CourierCode.Where(whereSelect.Compile()).GroupBy(p => p.ToCountries).OrderByDescending(c => c.Count()).Select(c => c.Key + "(" + c.Count() + ")").Distinct().ToList();

.net 拉姆达 groupby(p => p.X) order by count(c.Count())

标签:

原文地址:http://www.cnblogs.com/520cc/p/4198855.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!