How to reference the TableAdapter ?
Posted: Sun 17 Nov 2013 21:58
Hello,
I have created a typed SqlDataSet using the Dataset wizard, then using the dataset designer i added a new query to one of the table's TableAdapter to fill the associated table with custom WHERE, now i want to run this method to fill the table but i dont know how to reference the table adapter, in normal ADO.NET typed Dataset we could do that thru the namespace [DatasetName][TableName], but i cant found this namespace with the dataset created using the Wizard, so this method does not work here
http://msdn.microsoft.com/en-us/library ... .100).aspx
Any help please !
Thank you
Bassam
I have created a typed SqlDataSet using the Dataset wizard, then using the dataset designer i added a new query to one of the table's TableAdapter to fill the associated table with custom WHERE, now i want to run this method to fill the table but i dont know how to reference the table adapter, in normal ADO.NET typed Dataset we could do that thru the namespace [DatasetName][TableName], but i cant found this namespace with the dataset created using the Wizard, so this method does not work here
http://msdn.microsoft.com/en-us/library ... .100).aspx
Any help please !
Thank you
Bassam