EntryCurrentValueComparer<TProperty>(IPropertyBase) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用屬性類型的預設比較子,建立新的 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
要用於比較的屬性。