dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataSet Class
Members

DB2DataSet Class
Represents an in-memory cache of data with support for DB2-specific features.
Syntax
Remarks

Refer to topic General Concepts in Database Application Development for information on how to use the DB2DataSet class best.

This class supports cross-form data binding with the InterForm Technology.

To migrate from a standard typed DataSet, change its Custom Tool property to dcDB2DataSetGenerator. You will also need to delete all TableAdapters from the old DataSet.

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         Devart.Common.DbDataSet
            Devart.Data.DB2.DB2DataSet

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also