Class TransactionalMessage
The common base class for all streaming replication messages that can be part of a streaming transaction (protocol V2)
Inheritance
TransactionalMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public abstract class TransactionalMessage : PgOutputReplicationMessage
Properties
TransactionXid
Xid of the transaction (only present for streamed transactions).
Declaration
public uint? TransactionXid { get; }
Property Value
Type | Description |
---|---|
Nullable<UInt32> |