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