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 での追跡対象エンティティへのアクセス 」を参照してください。

適用対象