IReadOnlyProperty.GetValueConverter Method

Definition

Gets the custom ValueConverter set for this property.

public Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter? GetValueConverter ();
abstract member GetValueConverter : unit -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
Public Function GetValueConverter () As ValueConverter

Returns

The converter, or null if none has been set.

Applies to