Class DeleteMessage
Abstract base class for Logical Replication Protocol delete message types.
Inheritance
object
DeleteMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public abstract class DeleteMessage : TransactionalMessage
Properties
| Improve this Doc View SourceRelation
The relation for this InsertMessage.
Declaration
public RelationMessage Relation { get; }
Property Value
Type | Description |
---|---|
RelationMessage |
RelationId
ID of the relation corresponding to the ID in the relation message.
Declaration
public uint RelationId { get; }
Property Value
Type | Description |
---|---|
uint |