ValueConverter.MappingHints Property

Definition

Hints that can be used by the ITypeMappingSource to create data types with appropriate facets for the converted data.

public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints MappingHints { get; }
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? MappingHints { get; }
member this.MappingHints : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
Public Overridable ReadOnly Property MappingHints As ConverterMappingHints

Property Value

Remarks

See EF Core value converters for more information and examples.

Applies to