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
Properties
Labels
The enum's fields.
public IReadOnlyList<string> Labels { get; }