Search Results for

    Show / Hide Table of Contents

    Struct RelationMessage.Column

    Represents a column in a Logical Replication Protocol relation message

    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public readonly struct RelationMessage.Column

    Properties

    | Improve this Doc View Source

    ColumnName

    Name of the column.

    Declaration
    public string ColumnName { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    DataTypeId

    ID of the column's data type.

    Declaration
    public uint DataTypeId { get; }
    Property Value
    Type Description
    uint
    | Improve this Doc View Source

    Flags

    Flags for the column.

    Declaration
    public RelationMessage.Column.ColumnFlags Flags { get; }
    Property Value
    Type Description
    RelationMessage.Column.ColumnFlags
    | Improve this Doc View Source

    TypeModifier

    Type modifier of the column (atttypmod).

    Declaration
    public int TypeModifier { get; }
    Property Value
    Type Description
    int
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team