C .NET Classes : Provider-specific Classes

Provider-specific Classes
DataDirect Connect for ADO.NET data providers support all of the .NET public classes.
In addition, some of the data providers define additional properties and methods. For information on additional properties and methods that have been defined, see:
See the section for each data provider for the supported public objects, properties, and methods. Each data provider attaches a provider-specific prefix to the names of the public class, for example, OracleConnection or SybaseCommand.
For more information on public objects, refer to the Microsoft .NET Framework SDK documentation.
For information about using bulk copy and other enhanced features of the DataDirect Connect for ADO.NET data providers, see “DataDirect Classes”.
For all of the data providers, the result set produced for PrefixDataReader.GetSchemaTable() returns the columns described in Table C-1, in the order shown, where Prefix is the identifier for the data provider, for example, DB2DataReader.GetSchemaTable().