码迷,mamicode.com
首页 > 其他好文 > 详细

Lambda表达式对DataRow处理

时间:2020-07-16 12:25:06      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:处理   ade   nss   sele   sel   type   tor   store   表达   

DataRow [] dr=pageSet.PageSet.Tables[0].Select("TradeType=‘存款‘");
StoreGold = dr.Sum<DataRow>(r => (long)r["transScore"]);
DrawGold = pageSet.PageSet.Tables[0].Select("TradeType=‘取款‘").Sum<DataRow>(r => (long)r["transScore"]);

 

Lambda表达式对DataRow处理

标签:处理   ade   nss   sele   sel   type   tor   store   表达   

原文地址:https://www.cnblogs.com/deepalley/p/13321605.html

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