Search Results for

    Show / Hide Table of Contents

    Struct Field

    Namespace: Npgsql.Internal.Postgres
    Assembly: Npgsql.dll
    Syntax
    public readonly struct Field

    Constructors

    | Improve this Doc View Source

    Field(string, PgTypeId, int)

    Declaration
    public Field(string name, PgTypeId pgTypeId, int typeModifier)
    Parameters
    Type Name Description
    string name
    PgTypeId pgTypeId
    int typeModifier

    Properties

    | Improve this Doc View Source

    Name

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

    PgTypeId

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

    TypeModifier

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