InterceptionResult 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示這類 的結果 IInterceptorISaveChangesInterceptor ,以允許攔截一般作業的隱藏。
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct InterceptionResult
public readonly struct InterceptionResult
[<System.Runtime.CompilerServices.IsReadOnly>]
type InterceptionResult = struct
type InterceptionResult = struct
Public Structure InterceptionResult
- 繼承
-
InterceptionResult
- 屬性
備註
這個類型的值會傳遞至執行攔截作業之前呼叫的所有攔截器方法。 通常攔截器應該傳回傳入的值。 不過,使用 建立結果 Suppress() 會導致攔截作業遭到隱藏;也就是說,不會執行作業。
如需詳細資訊和範例,請參閱 EF Core 攔截器 。
屬性
IsSuppressed |
如果為 true,則會隱藏攔截。 |
方法
Suppress() |
建立新的 InterceptionResult 實例,指出應該隱藏執行。 |