AdoDotNetConnectionSupport.Transaction 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 current IDbTransaction, if any.
protected:
property System::Data::IDbTransaction ^ Transaction { System::Data::IDbTransaction ^ get(); };
protected System.Data.IDbTransaction Transaction { get; }
member this.Transaction : System.Data.IDbTransaction
Protected ReadOnly Property Transaction As IDbTransaction
Property Value
Returns an IDbTransaction object instance; returns null if not currently in a transaction.