RuntimeProperty.IReadOnlyProperty.GetValueConverter 方法

定义

获取此属性的自定义 ValueConverter 集。

[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

返回

转换器;如果未设置任何转换器, null 则为 。

实现

属性

适用于