Search Results for

    Show / Hide Table of Contents

    Class PostgresCompositeType.Field

    Represents a field in a PostgreSQL composite data type.

    Inheritance
    Object
    PostgresCompositeType.Field
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.PostgresTypes
    Assembly: Npgsql.dll
    Syntax
    public class Field

    Properties

    Name

    The name of the composite field.

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

    Type

    The type of the composite field.

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team