linq查询时可以过滤掉空行吗?
查的时候怎么过滤掉这种全空的行?(⊙o⊙)…
回答
resList = resList.Where(t => string.IsNullOrEmpty(t.col1) && string.IsNullOrEmpty(t.col2)).ToList();
以上是 linq查询时可以过滤掉空行吗? 的全部内容, 来源链接: utcz.com/a/31269.html
查的时候怎么过滤掉这种全空的行?(⊙o⊙)…
resList = resList.Where(t => string.IsNullOrEmpty(t.col1) && string.IsNullOrEmpty(t.col2)).ToList();
以上是 linq查询时可以过滤掉空行吗? 的全部内容, 来源链接: utcz.com/a/31269.html