AdoDotNetConnectionSupport.ExecutingCommand Property

Definition

Retrieves the IDbCommand instance currently being used for execution.

protected:
 property System::Data::IDbCommand ^ ExecutingCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
protected System.Data.IDbCommand ExecutingCommand { get; set; }
member this.ExecutingCommand : System.Data.IDbCommand with get, set
Protected Property ExecutingCommand As IDbCommand

Property Value

Returns an IDbCommand object instance.

Applies to