Advanced.Data.Provider Documentation

AdpCommand.Connection Property

[This is preliminary documentation and subject to change.]

Gets or sets the AdpConnection used by this instance of the AdpCommand.

[Visual Basic]
NotOverridable Public Property Connection As AdpConnection Implements _
   IAdpCommand.Connection
[C#]
public AdpConnection Connection {get; set;}

Implements

IAdpCommand.Connection

See Also

AdpCommand Class | Advanced.Data.Provider Namespace