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

要用于比较的属性。

适用于