EntryCurrentValueComparer<TProperty>(IPropertyBase) Constructor

Definition

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.

Applies to