EntityEntry.ComplexProperties Property

Definition

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

C#
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry> ComplexProperties { get; }

Property Value

Remarks

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

Applies to

Product Versions
Entity Framework Core 8.0, 9.0