Class DefaultUpdateMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol update message for tables with REPLICA IDENTITY set to DEFAULT.
public class DefaultUpdateMessage : UpdateMessage
- Inheritance
-
DefaultUpdateMessage
- Inherited Members
Properties
NewRow
Columns representing the new row.
public override ReplicationTuple NewRow { get; }