My data table filled from db is having empty values in some cells.
The results database SP return has Null in them but in DataTable these values are appearing as \'\' or
The correct way to check for null is to check for it:
DataRow[] myResultSet = myDataTable.Select("[COLUMN NAME] is null");