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