Share via


EntryCurrentValueComparer<TProperty>(IPropertyBase) コンストラクター

定義

プロパティ型の既定の比較子を使用して、新しい Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryCurrentValueComparer インスタンスを作成します。

public EntryCurrentValueComparer (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntryCurrentValueComparer<'Property> : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntryCurrentValueComparer<'Property>
Public Sub New (property As IPropertyBase)

パラメーター

property
IPropertyBase

比較に使用するプロパティ。

適用対象