How to check if a column in a data table has any values or not

dt.Select(“colname is null OR TRIM(colname)=''”)

1 Like