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