Search Results for

    Show / Hide Table of Contents

    Class HackyEnumTypeMapping

    Hacky temporary measure used by EFCore.PG to extract user-configured enum mappings. Accessed via reflection only.

    Inheritance
    object
    HackyEnumTypeMapping
    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public sealed class HackyEnumTypeMapping

    Constructors

    | Improve this Doc View Source

    HackyEnumTypeMapping(Type, string, INpgsqlNameTranslator)

    Declaration
    public HackyEnumTypeMapping(Type enumClrType, string pgTypeName, INpgsqlNameTranslator nameTranslator)
    Parameters
    Type Name Description
    Type enumClrType
    string pgTypeName
    INpgsqlNameTranslator nameTranslator

    Properties

    | Improve this Doc View Source

    EnumClrType

    Declaration
    public Type EnumClrType { get; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    NameTranslator

    Declaration
    public INpgsqlNameTranslator NameTranslator { get; }
    Property Value
    Type Description
    INpgsqlNameTranslator
    | Improve this Doc View Source

    PgTypeName

    Declaration
    public string PgTypeName { get; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team