Share via


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에서 추적된 엔터티 액세스를 참조하세요.

적용 대상