| Advanced.Data.Provider Documentation |  | 
Advanced.Data.Provider Namespace
[This is preliminary documentation and subject to change.]
Advanced Data Provider is a transparent data provider to use with ADO.NET.
Classes
Interfaces
| Interface | Description | 
|---|
| IAdpCommand |  Represents an SQL statement that is executed while connected to a data source, and is implemented by Advanced Data Provider to have access all the data providers available.  | 
| IAdpConnection |  Represents an open connection to a data source, and is implemented by Advanced Data Provider to have access all the data providers available.  | 
| IAdpDataAdapter |  Represents a set of command-related properties that are used to fill the DataSet and update a data source, and is implemented by Advanced Data Provider that access relational databases.  | 
| IAdpDataReader |  Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by Advanced Data Provider that access relational databases.  | 
| IAdpTransaction |  Represents a transaction to be performed at a data source, and is implemented by Advanced Data Provider that access relational databases.  | 
Enumerations
| Enumeration | Description | 
|---|
| AdpType |  Specifies the data type of a field, a property, or a Parameter object of a data provider.  |