AdoDotNetConnectionSupport.ExecutingCommand 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 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.