Search Results for

    Show / Hide Table of Contents

    Class PreparedTransactionControlMessage

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

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionControlMessage
    PreparedTransactionControlMessage
    CommitPreparedMessage
    PrepareMessageBase
    RollbackPreparedMessage
    Inherited Members
    TransactionControlMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public abstract class PreparedTransactionControlMessage : TransactionControlMessage

    Properties

    | Improve this Doc View Source

    TransactionGid

    The user defined GID of the two-phase transaction.

    Declaration
    public string TransactionGid { get; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team