I have a DataSet from which I get a DataTable from which I return from a function call. It has 15-20 columns, however I only need 10 columns of data.
Is there a way to delete those columns that I donβt need, copy the DataTable to another one that has only the columns that I want, or is it just better to iterate over the collection and just use the columns you need.
I need to write values ββto a file with a fixed length.
Brian G Sep 16 '08 at 18:00 2008-09-16 18:00
source share