G
Guest
How do I specify the filter for a column with NULL value in
DataTable.Select(filter, sort) function?
string filter = "columnname=NULL"; ?
DataTable.Select(filter, sort) function?
string filter = "columnname=NULL"; ?