Search Results for

    Show / Hide Table of Contents

    Interface IMappedCompositeTypeHandlerFactory

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

    Namespace: Npgsql.TypeHandlers.CompositeHandlers
    Assembly: Npgsql.dll
    Syntax
    public interface IMappedCompositeTypeHandlerFactory

    Properties

    | Improve this Doc

    NameTranslator

    The name translator used for this composite.

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