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

要使用的结果。

返回

适用于