G
Guest
hi all,
i need to copy couple of columns from a multi columns (more the 200 columns)
dataset table into a new compact data table during run time,
one way is to copy the DataColumnCollection of the existing dataset to a new
dataset and then to remove the unneccessary columns - but this is a very
massive anf un effective work,
is there a much more friendlyway to do that?
is it posiblle to create a new data table and copy the relevant columns
(including there data rows!) to it??
thank's
stan
i need to copy couple of columns from a multi columns (more the 200 columns)
dataset table into a new compact data table during run time,
one way is to copy the DataColumnCollection of the existing dataset to a new
dataset and then to remove the unneccessary columns - but this is a very
massive anf un effective work,
is there a much more friendlyway to do that?
is it posiblle to create a new data table and copy the relevant columns
(including there data rows!) to it??
thank's
stan