How to reference the TableAdapter ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
Bassam
Posts: 3
Joined: Tue 14 May 2013 08:59

How to reference the TableAdapter ?

Post by Bassam » 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

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: How to reference the TableAdapter ?

Post by Pinturiccio » Tue 19 Nov 2013 15:30

We have answered you via e-mail.

Post Reply