AdoDotNetConnectionSupport.BaseCommand Property

Definition

Retrieves the main IDbCommand object being used for executing commands on this connection.

protected:
 property System::Data::IDbCommand ^ BaseCommand { System::Data::IDbCommand ^ get(); };
protected System.Data.IDbCommand BaseCommand { get; }
member this.BaseCommand : System.Data.IDbCommand
Protected ReadOnly Property BaseCommand As IDbCommand

Property Value

Returns an IDbCommand object instance employed on the current connection.

Applies to