PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) 方法

定义

IComparer<T>获取用于比较跟踪IUpdateEntry条目中的值的 。

public static System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetCurrentValueComparer (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetCurrentValueComparer : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
<Extension()>
Public Function GetCurrentValueComparer (propertyBase As IPropertyBase) As IComparer(Of IUpdateEntry)

参数

propertyBase
IPropertyBase

属性。

返回

比较器。

适用于