Partager via


EntryCurrentValueComparer<TProperty>(IPropertyBase) Constructeur

Définition

Crée un Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryCurrentValueComparer instance à l’aide d’un comparateur par défaut pour le type de propriété.

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)

Paramètres

property
IPropertyBase

Propriété à utiliser pour les comparaisons.

S’applique à