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

プロパティ。

戻り値

比較子。

適用対象