专注.NET平台

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年1月7日

摘要: 比如有如下的Linq查询:var q = from s in agedDebtCollection group s by s.SalesPersonCode into p select new { Key = p.Key, //here can not using p.Select(s=>s).Single().SalesPerson // or p.Single().SalesPerson... 阅读全文
posted @ 2010-01-07 10:16 吴春晖 阅读(429) 评论(0) 推荐(0) 编辑