Udostępnij za pośrednictwem


MutablePropertyExtensions.SetValueConverter Metoda

Definicja

Ustawia wartość niestandardową ValueConverter dla tej właściwości.

public static void SetValueConverter (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter converter);
static member SetValueConverter : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter -> unit
<Extension()>
Public Sub SetValueConverter (property As IMutableProperty, converter As ValueConverter)

Parametry

property
IMutableProperty

Właściwość.

converter
ValueConverter

Konwerter lub null usunąć dowolny wcześniej ustawiony konwerter.

Dotyczy