Page 1 of 1

DataSet TableAdapter

Posted: Wed 01 Aug 2007 07:57
by Willi2205
I have created a new typed DataSet using the Core Lab DataSet Wizard.

How do I get access to the TableAdapter and how do I get access to the added queries in the TableAdapter?

I'm using Visual C# 2005.

Posted: Wed 01 Aug 2007 08:33
by Alexey
To be able to access added querries you should have switched off "Use provider-specific code generator" checkbox when creating your dataset. Our generator doesn't support custom querries yet.