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()
    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 PostgresBaseType : PostgresType

    Constructors

    PostgresBaseType(String, String, UInt32)

    Declaration
    protected PostgresBaseType(string ns, string internalName, uint oid)
    Parameters
    Type Name Description
    String ns
    String internalName
    UInt32 oid
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team