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

使用する結果。

戻り値

適用対象