Table of Contents

Class FullDeleteMessage

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

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

public sealed class FullDeleteMessage : DeleteMessage
Inheritance
FullDeleteMessage
Inherited Members

Properties

OldRow

Columns representing the deleted row.

public ReplicationTuple OldRow { get; }

Property Value

ReplicationTuple