Share via


ValueConverter.MappingHints Property

Definition

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

[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? MappingHints { get; }
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints MappingHints { get; }
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? MappingHints { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.MappingHints : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
member this.MappingHints : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
Public Overridable ReadOnly Property MappingHints As ConverterMappingHints

Property Value

Attributes

Remarks

See EF Core value converters for more information and examples.

Applies to