Class InsertMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol insert message
public sealed class InsertMessage : TransactionalMessage
- Inheritance
-
InsertMessage
- Inherited Members
Properties
NewRow
Columns representing the new row.
public ReplicationTuple NewRow { get; }
Property Value
Relation
The relation for this InsertMessage.
public RelationMessage Relation { get; }