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)

返回

比较器。

适用于