C
Christian H
Hi!
I was wondering if there is a "better" way to use dataset's instead of using
"someset.Tables["sometable"].Rows[index][index]" in order to get the content
out of the datatables. I think "collections" is what I'm looking for, though
I'm really not sure.
I have a dataset that has 8 tables in it. If I used collections or
something, then I could make it a little easier to work on, so that I didn't
have to keep track of coloumn names everytime I need to use the dataset
somewhere.
It would be great if anyone has some URL's or examples I could look at, on
how to create collections from a dataset.
C.H
I was wondering if there is a "better" way to use dataset's instead of using
"someset.Tables["sometable"].Rows[index][index]" in order to get the content
out of the datatables. I think "collections" is what I'm looking for, though
I'm really not sure.
I have a dataset that has 8 tables in it. If I used collections or
something, then I could make it a little easier to work on, so that I didn't
have to keep track of coloumn names everytime I need to use the dataset
somewhere.
It would be great if anyone has some URL's or examples I could look at, on
how to create collections from a dataset.
C.H