다음을 통해 공유


EntityEntry.Properties 속성

정의

이 엔터티의 모든 속성에 대한 변경 내용 추적 정보 및 작업에 대한 액세스를 제공합니다.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry> Properties { get; }
member this.Properties : seq<Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry>
Public Overridable ReadOnly Property Properties As IEnumerable(Of PropertyEntry)

속성 값

설명

자세한 내용 및 예제 는 EF Core에서 추적된 엔터티 액세스를 참조하세요.

적용 대상