E
Etienne-Louis Nicolet
When creating a strongly typed DataSet using the "Add New DataSource..."
configuration wizzard a data table as well as a table adapter is created for
each database table.
Is there a way to get the DataTable a TableAdapter 'belongs' to by code?
Something like 'MyDataTable = MyTableAdapter.GetTable()' or so...? In case
would there be the opposite way, means getting the appropriate TableAdapter
from a given DataTable?
Many thanks for your help,
Etienne
configuration wizzard a data table as well as a table adapter is created for
each database table.
Is there a way to get the DataTable a TableAdapter 'belongs' to by code?
Something like 'MyDataTable = MyTableAdapter.GetTable()' or so...? In case
would there be the opposite way, means getting the appropriate TableAdapter
from a given DataTable?
Many thanks for your help,
Etienne