Search Results for

    Show / Hide Table of Contents

    Class FullDeleteMessage

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

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    DeleteMessage
    FullDeleteMessage
    Inherited Members
    DeleteMessage.Relation
    DeleteMessage.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 FullDeleteMessage : DeleteMessage

    Properties

    OldRow

    Columns representing the deleted row.

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