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

mac2022-06-30  119

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

 

转载于:https://www.cnblogs.com/siyunianhua/p/10886703.html

相关资源:字符串分割成数组函数(plsql function)
最新回复(0)