Table of Contents

Class FullUpdateMessage

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

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

public sealed class FullUpdateMessage : UpdateMessage
Inheritance
FullUpdateMessage
Inherited Members

Properties

NewRow

Columns representing the new row.

public override ReplicationTuple NewRow { get; }

Property Value

ReplicationTuple

OldRow

Columns representing the old row.

public ReplicationTuple OldRow { get; }

Property Value

ReplicationTuple