Table of Contents

Class PreparedTransactionControlMessage

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

Abstract base class for Logical Replication Protocol prepare and begin prepare message

public abstract class PreparedTransactionControlMessage : TransactionControlMessage
Inheritance
PreparedTransactionControlMessage
Derived
Inherited Members

Properties

TransactionGid

The user defined GID of the two-phase transaction.

public string TransactionGid { get; }

Property Value

string