Search Results for

    Show / Hide Table of Contents

    Class TypeMessage

    Logical Replication Protocol type message

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    TypeMessage
    Inherited Members
    TransactionalMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class TypeMessage : TransactionalMessage

    Properties

    Name

    Name of the data type.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Namespace

    Namespace (empty string for pg_catalog).

    Declaration
    public string Namespace { get; }
    Property Value
    Type Description
    String

    TypeId

    ID of the data type.

    Declaration
    public uint TypeId { get; }
    Property Value
    Type Description
    UInt32
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team