Share via


RuntimeElementType.IReadOnlyElementType.GetValueConverter Method

Definition

Gets the custom ValueConverter for this elements of the collection.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter IReadOnlyElementType.GetValueConverter ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType.GetValueConverter : unit -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType.GetValueConverter : unit -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
Function GetValueConverter () As ValueConverter Implements IReadOnlyElementType.GetValueConverter

Returns

The converter, or null if none has been set.

Implements

Attributes

Applies to