RuntimeElementType.GetValueConverter 方法

定义

获取集合中此元素的自定义 ValueConverter

[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

返回

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

属性

适用于