Table of Contents

Class PostgresEnumType

Namespace
Npgsql.PostgresTypes
Assembly
Npgsql.dll

Represents a PostgreSQL enum data type.

public class PostgresEnumType : PostgresType
Inheritance
PostgresEnumType
Inherited Members

Remarks

Constructors

PostgresEnumType(string, string, uint)

Constructs a representation of a PostgreSQL enum data type.

protected PostgresEnumType(string ns, string name, uint oid)

Parameters

ns string
name string
oid uint

Properties

Labels

The enum's fields.

public IReadOnlyList<string> Labels { get; }

Property Value

IReadOnlyList<string>