Class TypeMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol type message
public sealed class TypeMessage : TransactionalMessage
- Inheritance
-
TypeMessage
- Inherited Members
Properties
Name
Name of the data type.
public string Name { get; }
Property Value
Namespace
Namespace (empty string for pg_catalog).
public string Namespace { get; }
Property Value
TypeId
ID of the data type.
public uint TypeId { get; }