Search Results for

    Show / Hide Table of Contents

    Class KeyDeleteMessage

    Logical Replication Protocol delete message for tables with REPLICA IDENTITY set to DEFAULT or USING INDEX.

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    DeleteMessage
    KeyDeleteMessage
    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 KeyDeleteMessage : DeleteMessage

    Properties

    Key

    Columns representing the key.

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