EntityEntry.ComplexProperties 属性

定义

提供对此实体上所有复杂类型属性的更改跟踪信息和操作的访问。

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)

属性值

注解

有关详细信息和示例,请参阅 在 EF Core 中访问跟踪的实体

适用于