Show / Hide Table of Contents

Class PostgresEnumType

Represents a PostgreSQL enum data type.

Inheritance
System.Object
PostgresType
PostgresEnumType
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 PostgresEnumType : PostgresType
Remarks

See https://www.postgresql.org/docs/current/static/datatype-enum.html.

Constructors

PostgresEnumType(String, String, UInt32)

Constructs a representation of a PostgreSQL enum data type.

Declaration
protected PostgresEnumType(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