Table of Contents

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

ReplicationTuple

Relation

The relation for this InsertMessage.

public RelationMessage Relation { get; }

Property Value

RelationMessage