Table of Contents

Class TransactionalMessage

Namespace
Npgsql.Replication.PgOutput.Messages
Assembly
Npgsql.dll

The common base class for all streaming replication messages that can be part of a streaming transaction (protocol V2)

public abstract class TransactionalMessage : PgOutputReplicationMessage
Inheritance
TransactionalMessage
Derived
Inherited Members

Properties

TransactionXid

Xid of the transaction (only present for streamed transactions).

public uint? TransactionXid { get; }

Property Value

uint?