다음을 통해 공유


UpdatingIdentityResolutionInterceptor(Boolean, Boolean) 생성자

정의

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

public UpdatingIdentityResolutionInterceptor (bool preserveModifiedValues = false, bool updateOriginalValues = false);
new Microsoft.EntityFrameworkCore.Diagnostics.UpdatingIdentityResolutionInterceptor : bool * bool -> Microsoft.EntityFrameworkCore.Diagnostics.UpdatingIdentityResolutionInterceptor
Public Sub New (Optional preserveModifiedValues As Boolean = false, Optional updateOriginalValues As Boolean = false)

매개 변수

preserveModifiedValues
Boolean

이면 true현재 instance 수정된 것으로 표시된 속성의 값이 새 instance 값으로 업데이트되지 않습니다.

updateOriginalValues
Boolean

이면 true현재 instance 현재 값과 원래 값이 모두 새 instance 현재 값으로 업데이트됩니다.

적용 대상