共用方式為


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 中的追蹤實體

適用於