datatable.select

  • Thread starter Thread starter FUnky
  • Start date Start date
F

FUnky

hi all,

how do i get all rows of a datatable which contain ,either null values or
just space characters ,in a column, say columnA.

thanks in advance.

FUnky
 
i found out : datatable.select("columnA is null") does the trick but it does
not work is the column name is say, col-umn-A
 
Back
Top