Share via


IReadOnlyElementType.GetValueConverter Method

Definition

Gets the custom ValueConverter for this elements of the collection.

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