EntityEntry.ComplexProperties Property

Definition

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

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)

Property Value

Remarks

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

Applies to