SqlClientTransactionRollbackBefore.TransactionId Property

Definition

A nullable long uniquely identifying the transaction that the command is enrolled in if it is enrolled in one, or null.

public:
 property Nullable<long> TransactionId { Nullable<long> get(); };
public long? TransactionId { get; }
member this.TransactionId : Nullable<int64>
Public ReadOnly Property TransactionId As Nullable(Of Long)

Property Value

Applies to