link中如何用发射对多个属性进行模糊查询?
2条回答 默认 最新
threenewbee 2015-04-04 12:56关注data.Where(x => GetAllPropValues(x).Any(y => y.Contains(关键字)))
GetAllPropValues用之前给你的代码本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
data.Where(x => GetAllPropValues(x).Any(y => y.Contains(关键字)))
GetAllPropValues用之前给你的代码