SqlClientCommandAfter.TransactionId 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.
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)