Search Results for

    Show / Hide Table of Contents

    Class PostgresBaseType

    Represents a PostgreSQL base data type, which is a simple scalar value.

    Inheritance
    object
    PostgresType
    PostgresBaseType
    Inherited Members
    PostgresType.OID
    PostgresType.Namespace
    PostgresType.Name
    PostgresType.FullName
    PostgresType.DisplayName
    PostgresType.InternalName
    PostgresType.Array
    PostgresType.Range
    PostgresType.ToString()
    Namespace: Npgsql.PostgresTypes
    Assembly: Npgsql.dll
    Syntax
    public class PostgresBaseType : PostgresType

    Constructors

    | Improve this Doc View Source

    PostgresBaseType(string, string, uint)

    Declaration
    protected PostgresBaseType(string ns, string name, uint oid)
    Parameters
    Type Name Description
    string ns
    string name
    uint oid
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team