共用方式為


InterceptionResult<TResult>.SuppressWithResult(TResult) 方法

定義

建立新的 InterceptionResult<TResult> 實例,指出應該隱藏執行,並改用指定的結果。

public static Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult<TResult> SuppressWithResult (TResult result);
static member SuppressWithResult : 'Result -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult<'Result>
Public Shared Function SuppressWithResult (result As TResult) As InterceptionResult(Of TResult)

參數

result
TResult

要使用的結果。

傳回

適用於