共用方式為


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

屬性。

傳回

比較子。

適用於