다음을 통해 공유


DbCommandInterceptionContext<TResult>.IsExecutionSuppressed 속성

정의

true이면 이 플래그는 인터셉터 중 하나에 의해 작업 실행이 억제되었음을 나타냅니다. 이 작업은 를 호출 SuppressExecution()하거나 를 throw하도록 설정 Exception 하거나 를 사용하여 Result작업 결과를 설정하여 작업을 실행하기 전에 수행할 수 있습니다.

public bool IsExecutionSuppressed { get; }
member this.IsExecutionSuppressed : bool
Public ReadOnly Property IsExecutionSuppressed As Boolean

속성 값

적용 대상