次の方法で共有


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 も設定されていない場合は 。

実装

属性

適用対象