C
Chak
Just as we use RowFilter, to choose a subset of rows , i wish to get s
subset of the columns. The workaround i could think of was to read the
DataTable again with only required columns eg - SELECT COL1 FROM DT1 where
DT1 is the memory datatable.
1) Is it possible to apply a SELECT on a DataTable ?
2) How would one pick only the required columns after populating the dataset
?
Regards.
subset of the columns. The workaround i could think of was to read the
DataTable again with only required columns eg - SELECT COL1 FROM DT1 where
DT1 is the memory datatable.
1) Is it possible to apply a SELECT on a DataTable ?
2) How would one pick only the required columns after populating the dataset
?
Regards.