Share via


ComplexElementEntry.ComplexCollections Property

Definition

Provides access to change tracking information and operations for all collection properties of complex type on this complex type.

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

Property Value

Remarks

See Accessing tracked entities in EF Core for more information and examples.

Applies to