Share via


RuntimeElementType.GetValueConverter Method

Definition

Gets the custom ValueConverter for this elements of the collection.

[System.Diagnostics.DebuggerStepThrough]
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter? GetValueConverter ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member GetValueConverter : unit -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
override this.GetValueConverter : unit -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
Public Overridable Function GetValueConverter () As ValueConverter

Returns

The converter, or null if none has been set.

Attributes

Applies to