J
Johan Karlsson
Hi!
When using the DataTable.Select method, can I select values that are NULL?
Example:
myRows = myDataset.myTable.Select("anotherId=NULL")
I've tried the code above, no errors but it doesn't filter out the rows with
a null value.
Thanks
Johan
When using the DataTable.Select method, can I select values that are NULL?
Example:
myRows = myDataset.myTable.Select("anotherId=NULL")
I've tried the code above, no errors but it doesn't filter out the rows with
a null value.
Thanks
Johan