Class TransactionControlMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
The common base class for all replication messages that set the transaction xid of a transaction
public abstract class TransactionControlMessage : PgOutputReplicationMessage
- Inheritance
-
TransactionControlMessage
- Derived
- Inherited Members
Properties
TransactionXid
Xid of the transaction.
public uint TransactionXid { get; }