Share via


DetectedEntityChangesEventArgs 클래스

정의

DetectedEntityChanges 이벤트에 대한 이벤트 인수입니다.

public class DetectedEntityChangesEventArgs : Microsoft.EntityFrameworkCore.ChangeTracking.DetectedChangesEventArgs
type DetectedEntityChangesEventArgs = class
    inherit DetectedChangesEventArgs
Public Class DetectedEntityChangesEventArgs
Inherits DetectedChangesEventArgs
상속
DetectedEntityChangesEventArgs

설명

자세한 내용과 예제는 EF Core의 엔터티 상태 변경 내용을 참조하세요.

생성자

DetectedEntityChangesEventArgs(InternalEntityEntry, Boolean)

이 API는 Entity Framework Core 인프라를 지원하고 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

속성

ChangesFound

변경 내용이 발견되면 를 반환하고, false 그렇지 않으면 를 반환 true 합니다.

(다음에서 상속됨 DetectedChangesEventArgs)
Entry

EntityEntry 엔터티에 대한 입니다.

적용 대상