Share via


AdoDotNetConnectionSupport.CurrentCommand Property

Definition

Gets the DbCommand object currently being used by the current connection support instance.

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

Property Value

A DbCommand object instance.

Applies to