Search Results for

    Show / Hide Table of Contents

    Interface IEnumTypeHandlerFactory

    Interface implemented by all enum handler factories. Used to expose the name translator for those reflecting enum mappings (e.g. EF Core).

    Namespace: Npgsql.TypeHandlers
    Assembly: Npgsql.dll
    Syntax
    public interface IEnumTypeHandlerFactory

    Properties

    | Improve this Doc

    NameTranslator

    The name translator used for this enum.

    Declaration
    INpgsqlNameTranslator NameTranslator { get; }
    Property Value
    Type Description
    INpgsqlNameTranslator
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team