Hi,
I tried to select DataRow which particular column content is Not Null by using the below statement, but it didn’t work.
DataTable.Select(“[ColumnName] is not null”).CopyToDataTable
Is the statement incorrect or there’s other way to achieve it?
Thanks in advance