How to delete the row if the particular column is empty in datatable
Hello, you can use the method Select
Example:
TableName = TableName.Select("ColumnName <> ‘’ ").CopyToDataTable
How to delete the row if the particular column is empty in datatable
Hello, you can use the method Select
Example:
TableName = TableName.Select("ColumnName <> ‘’ ").CopyToDataTable