Search Results for

    Show / Hide Table of Contents

    Class FullUpdateMessage

    Logical Replication Protocol update message for tables with REPLICA IDENTITY set to FULL.

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    UpdateMessage
    FullUpdateMessage
    Inherited Members
    UpdateMessage.Relation
    UpdateMessage.RelationId
    TransactionalMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class FullUpdateMessage : UpdateMessage

    Properties

    NewRow

    Columns representing the new row.

    Declaration
    public override ReplicationTuple NewRow { get; }
    Property Value
    Type Description
    ReplicationTuple
    Overrides
    UpdateMessage.NewRow

    OldRow

    Columns representing the old row.

    Declaration
    public ReplicationTuple OldRow { get; }
    Property Value
    Type Description
    ReplicationTuple
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team