有没有像这样的可能性在一个数据视图中选择两个条件,比如
Childds.Tables("ColumnList").DefaultView.RowFilter = customername='hello'
dv = Childds.Tables("ColumnList").DefaultView()
它给出了正确的答案,但是
Childds.Tables("ColumnList").DefaultView.RowFilter = customername='hello' or customername='hai'
dv = Childds.Tables("ColumnList").DefaultView()
在这种情况下,它只需要第一个并忽略第二个或条件如何编写行过滤器以选择当客户是多个时