RelationalConnection.EnlistedTransaction 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.
The currently enlisted transaction.
[System.Runtime.CompilerServices.Nullable(2)]
public virtual System.Transactions.Transaction? EnlistedTransaction { get; protected set; }
public virtual System.Transactions.Transaction EnlistedTransaction { get; protected set; }
public virtual System.Transactions.Transaction? EnlistedTransaction { get; protected set; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.EnlistedTransaction : System.Transactions.Transaction with get, set
member this.EnlistedTransaction : System.Transactions.Transaction with get, set
Public Overridable Property EnlistedTransaction As Transaction
Property Value
- Attributes