Show / Hide Table of Contents

Class PostgresBaseType

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

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

Constructors

PostgresBaseType(String, String, UInt32)

Constructs an unsupported base type (no handler exists in Npgsql for this type)

Declaration
protected PostgresBaseType(string ns, string name, uint oid)
Parameters
Type Name Description
System.String ns
System.String name
System.UInt32 oid
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX