EntryCurrentValueComparer<TProperty>(IPropertyBase) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.