Search Results for

    Show / Hide Table of Contents

    Enum RelationMessage.Column.ColumnFlags

    Flags for the column.

    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    [Flags]
    public enum ColumnFlags

    Fields

    Name Description
    None

    No flags.

    PartOfKey

    Marks the column as part of the key.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team