C
Chris Smedley
Typed datasets are great, but in one respect, the move to use table adapters
is a double edge sword.
What I would like to be able to is to use the old fashion ds.tables()
components to be able to iterate through each of the tables in the typed
dataset and be able to fill them WITHOUT specifying each tableadapter .
Is there an easy way to do this that I am missing? if I use the Load Method,
I need to have a datareader and this means I need to get the selectcommand
for each table.
Are these accessible properties for each table?
I am sure I am missing something obvious
Thanks for your insight...
is a double edge sword.
What I would like to be able to is to use the old fashion ds.tables()
components to be able to iterate through each of the tables in the typed
dataset and be able to fill them WITHOUT specifying each tableadapter .
Is there an easy way to do this that I am missing? if I use the Load Method,
I need to have a datareader and this means I need to get the selectcommand
for each table.
Are these accessible properties for each table?
I am sure I am missing something obvious
Thanks for your insight...