共用方式為


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

要用於比較的屬性。

適用於