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)

傳回

比較子。

適用於