共用方式為


DbCommandInterceptionContext<TResult>.IsExecutionSuppressed 屬性

定義

如果為 true,這個旗標表示其中一個攔截器已隱藏作業的執行。 藉由呼叫 SuppressExecution() 、將 設定 Exception 為擲回,或使用 來設定作業結果 Result ,即可在作業執行之前完成此作業。

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

屬性值

適用於