Search Results for

    Show / Hide Table of Contents

    Class PostgresCompositeType.Field

    Represents a field in a PostgreSQL composite data type.

    Inheritance
    object
    PostgresCompositeType.Field
    Namespace: Npgsql.PostgresTypes
    Assembly: Npgsql.dll
    Syntax
    public class PostgresCompositeType.Field

    Properties

    | Improve this Doc View Source

    Name

    The name of the composite field.

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

    Type

    The type of the composite field.

    Declaration
    public PostgresType Type { get; }
    Property Value
    Type Description
    PostgresType

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team