Class HackyEnumTypeMapping
Hacky temporary measure used by EFCore.PG to extract user-configured enum mappings. Accessed via reflection only.
public sealed class HackyEnumTypeMapping
- Inheritance
-
HackyEnumTypeMapping
- Inherited Members
Constructors
HackyEnumTypeMapping(Type, string, INpgsqlNameTranslator)
public HackyEnumTypeMapping(Type enumClrType, string pgTypeName, INpgsqlNameTranslator nameTranslator)
Parameters
enumClrType
TypepgTypeName
stringnameTranslator
INpgsqlNameTranslator
Properties
EnumClrType
public Type EnumClrType { get; }
Property Value
NameTranslator
public INpgsqlNameTranslator NameTranslator { get; }
Property Value
PgTypeName
public string PgTypeName { get; }