瀏覽人數

            カウンター

2012年8月6日 星期一

Linq Group By

itemList = (from a in xxxxxx
group a by new { a.xxxx, a.xxxx} into g
select new xxxxx
{
Counter = g.Sum(x => x.Counter),
xxx= g.Key.xxxxx,
Unit = g.Key.UnitType
}
).ToList();

沒有留言:

張貼留言