AdoDotNetConnectionSupport.BaseCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.