RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetValueConverter Method

Definition

Gets the custom ValueConverter set for this property.

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

Returns

The converter, or null if none has been set.

Implements

Attributes

Applies to