J
Janaka
I've got a DataSet which I'd like to be able to get all the values out of
one of the DataTable columns. These may be either string or integer values.
What I'd like ideally is to be able to get each row in the column of the
DataTable into a typed array. Is there something similar to Split() that I
can use on one of these objects? Otherwise it requires me doing an
iterative loop through each row in the DataTable.
one of the DataTable columns. These may be either string or integer values.
What I'd like ideally is to be able to get each row in the column of the
DataTable into a typed array. Is there something similar to Split() that I
can use on one of these objects? Otherwise it requires me doing an
iterative loop through each row in the DataTable.