Advanced.Data.Provider Documentation

AdpConnection.CreateCommand Method 

[This is preliminary documentation and subject to change.]

Creates and returns a AdpCommand object associated with the AdpConnection.

[Visual Basic]
NotOverridable Public Function CreateCommand() As AdpCommand Implements _
   IAdpConnection.CreateCommand
[C#]
public AdpCommand CreateCommand();

Return Value

A AdpCommand object.

Implements

IAdpConnection.CreateCommand

See Also

AdpConnection Class | Advanced.Data.Provider Namespace