IPropertyBase.GetCurrentValueComparer メソッド

定義

IComparer<T>追跡対象IUpdateEntryエントリの値を比較するための を取得します。

public System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetCurrentValueComparer ();
abstract member GetCurrentValueComparer : unit -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Public Function GetCurrentValueComparer () As IComparer(Of IUpdateEntry)

戻り値

比較子。

適用対象