Advanced.Data.Provider Documentation

IAdpDataAdapter Interface

[This is preliminary documentation and subject to change.]

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.

For a list of all members of this type, see IAdpDataAdapter Members.

[Visual Basic]
Public Interface IAdpDataAdapter
Implements IDbDataAdapter, IDataAdapter
[C#]
public interface IAdpDataAdapter : IDbDataAdapter, IDataAdapter

Requirements

Namespace: Advanced.Data.Provider

Assembly: Advanced.Data.Provider (in Advanced.Data.Provider.dll)

See Also

IAdpDataAdapter Members | Advanced.Data.Provider Namespace