In order to return columns with null values from a DataTable, use this expression:
"Isnull(Col1,'Null Column') = 'Null Column'"
If you need more information about filtering data, check out http://www.akadia.com/services/dotnet_filter_sort.html
In order to return columns with null values from a DataTable, use this expression:
"Isnull(Col1,'Null Column') = 'Null Column'"
If you need more information about filtering data, check out http://www.akadia.com/services/dotnet_filter_sort.html
No comments:
Post a Comment