EntryCurrentValueComparer<TProperty>(IPropertyBase) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryCurrentValueComparer instance using a the default comparer for the property type.
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)
Parameters
- property
- IPropertyBase
The property to use for comparisons.