SyntaxFix
Write A Post
Hire A Developer
Questions
The way to check for null is to check for it:
DataRow[] myResultSet = myDataTable.Select("[COLUMN NAME] is null");
You can use and and or in the Select statement.
and
or
Select