RuntimePropertyBase.IPropertyBase.GetCurrentValueComparer 方法

定义

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> IPropertyBase.GetCurrentValueComparer ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.GetCurrentValueComparer : unit -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
override this.Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.GetCurrentValueComparer : unit -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Function GetCurrentValueComparer () As IComparer(Of IUpdateEntry) Implements IPropertyBase.GetCurrentValueComparer

返回

比较器。

实现

属性

适用于