G
Guest
Is it possible to add a column to an existing DataTable (in a DataSet) with
the new column being some place other than the end of the column collection?
I looked at Columns.Add and there is no position parameter and there is no
InsertAt method like some other collections.
Is this possible through some other means? Maybe create a new Table and
copy data???
Thanks,
Ashton
the new column being some place other than the end of the column collection?
I looked at Columns.Add and there is no position parameter and there is no
InsertAt method like some other collections.
Is this possible through some other means? Maybe create a new Table and
copy data???
Thanks,
Ashton