AdoDotNetConnectionSupport.CurrentTransaction 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 DbTransaction object currently being used by the current connection support instance.
protected:
property System::Data::Common::DbTransaction ^ CurrentTransaction { System::Data::Common::DbTransaction ^ get(); void set(System::Data::Common::DbTransaction ^ value); };
protected System.Data.Common.DbTransaction CurrentTransaction { get; set; }
member this.CurrentTransaction : System.Data.Common.DbTransaction with get, set
Protected Property CurrentTransaction As DbTransaction
Property Value
A DbTransaction object instance, or null if not currently in a transaction.