Class FullUpdateMessage
Logical Replication Protocol update message for tables with REPLICA IDENTITY set to FULL.
Inheritance
FullUpdateMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class FullUpdateMessage : UpdateMessage
Properties
NewRow
Columns representing the new row.
Declaration
public override ReplicationTuple NewRow { get; }
Property Value
Type | Description |
---|---|
ReplicationTuple |
Overrides
OldRow
Columns representing the old row.
Declaration
public ReplicationTuple OldRow { get; }
Property Value
Type | Description |
---|---|
ReplicationTuple |