Search Results for

    Show / Hide Table of Contents

    Class InsertMessage

    Logical Replication Protocol insert message

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    InsertMessage
    Inherited Members
    TransactionalMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class InsertMessage : TransactionalMessage

    Properties

    | Improve this Doc View Source

    NewRow

    Columns representing the new row.

    Declaration
    public ReplicationTuple NewRow { get; }
    Property Value
    Type Description
    ReplicationTuple
    | Improve this Doc View Source

    Relation

    The relation for this InsertMessage.

    Declaration
    public RelationMessage Relation { get; }
    Property Value
    Type Description
    RelationMessage
    | Improve this Doc View Source

    RelationId

    ID of the relation corresponding to the ID in the relation message.

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