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

ClassDescription
AdpCommand Represents a Transact-SQL statement or stored procedure to execute in a database server.
AdpConnection Represents an open connection to a database server.
AdpDataAdapter Represents a set of data commands and a database connection that are used to fill the DataSet and update a database server.
AdpDataReader Provides a means of reading a forward-only stream of rows from a database server.
AdpParameter Represents a parameter to a AdpCommand, and optionally, its mapping to DataSet columns.
AdpParameterCollection Represents a collection of parameters relevant to a AdpCommand as well as their respective mappings to columns in a DataSet.
AdpProvider Represents the data provider and namespace relative to the selected database.
AdpProviderCollection A collection that stores AdpProvider objects.
AdpProviderEnumerator Represents an enumerator that can iterate through the AdpProviderCollection.
AdpTransaction Represents a Transact-SQL transaction to be made in a database server.

Interfaces

InterfaceDescription
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

EnumerationDescription
AdpType Specifies the data type of a field, a property, or a Parameter object of a data provider.