Interface IMappedCompositeTypeHandlerFactory
- Namespace
- Npgsql.TypeHandlers
- Assembly
- Npgsql.dll
Interface implemented by all mapped composite handler factories. Used to expose the name translator for those reflecting enum mappings (e.g. EF Core).
public interface IMappedCompositeTypeHandlerFactory
Properties
NameTranslator
The name translator used for this enum.
INpgsqlNameTranslator NameTranslator { get; }