다음을 통해 공유


UpdatingIdentityResolutionInterceptor 클래스

정의

IIdentityResolutionInterceptor 새 엔터티 instance 추적된 엔터티 instance 속성 값을 복사하는 입니다.

public class UpdatingIdentityResolutionInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor
type UpdatingIdentityResolutionInterceptor = class
    interface IIdentityResolutionInterceptor
    interface IInterceptor
Public Class UpdatingIdentityResolutionInterceptor
Implements IIdentityResolutionInterceptor
상속
UpdatingIdentityResolutionInterceptor
구현

생성자

UpdatingIdentityResolutionInterceptor(Boolean, Boolean)

인터셉터의 새 instance 만듭니다.

메서드

UpdateTrackedInstance(IdentityResolutionInterceptionData, EntityEntry, Object)

이미 추적된 DbContext instance 기본 키 값이 동일한 엔터티의 새 instance 추적하려고 할 때 호출됩니다. 이 구현은 새 엔터티 instance 속성 값을 추적된 엔터티 instance 복사합니다.

적용 대상