CoreTypeMapping.Converter Property

Definition

Converts types to and from the store whenever this mapping is used. May be null if no conversion is needed.

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

Property Value

Applies to