LINQ 查找list集合使用 通配符查找数据
List<string>s=newList<string>();s.add("ss");s.add("aa");s.add("aa-001");s.add("ss-001...
List<string> s=new List<string>();
s.add("ss");
s.add("aa");
s.add("aa-001");
s.add("ss-001");
使用linq查找 ss-___数据要怎么查
类似sql 的 select * from table where col like 'ss-___' 展开
s.add("ss");
s.add("aa");
s.add("aa-001");
s.add("ss-001");
使用linq查找 ss-___数据要怎么查
类似sql 的 select * from table where col like 'ss-___' 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询