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