Page 1 of 1

TableAdapter Class Missing

Posted: Thu 30 Sep 2010 09:17
by xp
When I use DataSet Wizard or Drag And Drop to construct my DataSet, TableAdapter class are not generated.

How generate TableAdapter class ?

I see the Fill() method in the DataSet and DataTable class, but she doesn't replace Fill() methods in strong typed TableAdapter class.

To test Devart DataTable I created custom Fill and GetData queries on DataSet designer, I have 4 queries :
- Fill() and GetData()
- Fill2(int toto) and GetData2(int toto)
With Fill() method in DataTable or DataSet class, how to do to acces to custom methods Fill2(...) and GetData2(...) ?

Thanks for your help...

Posted: Mon 04 Oct 2010 17:04
by Shalex
The main difference of Devart's OracleDataSet is a collection of OracleDataTables which represent enhanced System.Data.DataTables. As a result, our DataSets don't include TableAdapters. We recommend editing OracleDataSet via Devart DataSet Wizard (Tools > Oracle > DataSet Wizard).