Advanced.Data.Provider Documentation

IAdpCommand Interface

[This is preliminary documentation and subject to change.]

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.

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

[Visual Basic]
Public Interface IAdpCommand
Implements IDbCommand, IDisposable
[C#]
public interface IAdpCommand : IDbCommand, IDisposable

Requirements

Namespace: Advanced.Data.Provider

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

See Also

IAdpCommand Members | Advanced.Data.Provider Namespace