RelationalCollectionShaperExpression.SelfIdentifierValueComparers Propriété
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.
Liste des comparateurs de valeurs à comparer.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer> SelfIdentifierValueComparers { get; }
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer>? SelfIdentifierValueComparers { get; }
member this.SelfIdentifierValueComparers : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer>
Public Overridable ReadOnly Property SelfIdentifierValueComparers As IReadOnlyList(Of ValueComparer)