码迷,mamicode.com
首页 > Windows程序 > 详细

c# list 使用Where()方法过滤数据

时间:2019-05-18 20:46:08      阅读:737      评论:0      收藏:0      [点我收藏+]

标签:list   where   res   list()   UNC   bool   lis   code   根据   

                    //根据任务id过滤数据
                    Func<RfidCodeResultDto, bool> expression = c => c.lineTaskId == _lineTaskId;
                    rfidCodeInfoList = rfidCodeInfoList.Where(expression).ToList();

 

c# list 使用Where()方法过滤数据

标签:list   where   res   list()   UNC   bool   lis   code   根据   

原文地址:https://www.cnblogs.com/siyunianhua/p/10886703.html

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