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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework