I am storing a DataSet that contains 1 Table called Table1 that has 10 columns of data with 100 rows.
I am wanting to use this cached DataSet to run various DataTable.Select(etc...) against.
But what if I want to run a Select that only returns to me 5 columns of 100 rows of data? Can I do this?
Thanks
I am wanting to use this cached DataSet to run various DataTable.Select(etc...) against.
But what if I want to run a Select that only returns to me 5 columns of 100 rows of data? Can I do this?
Thanks