首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
c# list 使用Where()方法过滤数据
c# list 使用Where()方法过滤数据
mac
2022-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)
转载请注明原文地址: https://mac.8miu.com/read-5293.html
最新回复
(
0
)