id name other1 other2
1 aaa 1234 asdfsaf
2 bbb 2342 asdfsaf
3 ccc 3434 asdfdsaf
4 aaa 1234 asdqer
1 aaa 3423 sdfsdfs
我要通过过滤找到id,name,other1同时满足条件的项如何实现?
3 个解决方案
#1
dataview.RowFilter = "" + id+ " ='" + 1 + "' And " + name + " ='" + aaa+ "'"
我自己解决了!
呵呵!好开心!
我自己解决了!
呵呵!好开心!
#2
#3
嗯,学习了,结贴吧
#1
dataview.RowFilter = "" + id+ " ='" + 1 + "' And " + name + " ='" + aaa+ "'"
我自己解决了!
呵呵!好开心!
我自己解决了!
呵呵!好开心!
#2
#3
嗯,学习了,结贴吧