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