Share via


RuntimeProperty.IReadOnlyProperty.GetValueConverter Method

Definition

Gets the custom ValueConverter set for this property.

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

Returns

The converter, or null if none has been set.

Implements

Attributes

Applies to