Table of Contents

Class UpdateMessage

Namespace
Npgsql.Replication.PgOutput.Messages
Assembly
Npgsql.dll

Abstract base class for Logical Replication Protocol delete message types.

public abstract class UpdateMessage : TransactionalMessage
Inheritance
UpdateMessage
Derived
Inherited Members

Properties

NewRow

Columns representing the new row.

public abstract ReplicationTuple NewRow { get; }

Property Value

ReplicationTuple

Relation

The relation for this InsertMessage.

public RelationMessage Relation { get; }

Property Value

RelationMessage