M
moondaddy
Where can I find documentation for the syntax allowed in the filter used in
datatable.select("some filter")?
I want do something like this:
dim str as string = "men"
datatable.Select("colName Like "*" & var & "*")
which would allow data like
mentor
document
etc.
Thanks.
datatable.select("some filter")?
I want do something like this:
dim str as string = "men"
datatable.Select("colName Like "*" & var & "*")
which would allow data like
mentor
document
etc.
Thanks.