Class FullDeleteMessage
Logical Replication Protocol delete message for tables with REPLICA IDENTITY REPLICA IDENTITY set to FULL.
Inheritance
object
FullDeleteMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class FullDeleteMessage : DeleteMessage
Properties
| Improve this Doc View SourceOldRow
Columns representing the deleted row.
Declaration
public ReplicationTuple OldRow { get; }
Property Value
Type | Description |
---|---|
ReplicationTuple |