ComplexPropertyEntry.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 中访问跟踪的实体

适用于