Partager via


ComplexPropertyEntry.ComplexProperties Propriété

Définition

Fournit l’accès aux informations et opérations de suivi des modifications pour toutes les propriétés de types complexes imbriqués sur ce type complexe.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry> ComplexProperties { get; }
member this.ComplexProperties : seq<Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry>
Public Overridable ReadOnly Property ComplexProperties As IEnumerable(Of ComplexPropertyEntry)

Valeur de propriété

Remarques

Pour plus d’informations et d’exemples , consultez Accès aux entités suivies dans EF Core .

S’applique à