다음을 통해 공유


InterceptionResult<TResult>.SuppressWithResult(TResult) 메서드

정의

실행을 표시하지 않고 지정된 결과를 대신 사용해야 함을 나타내는 새 InterceptionResult<TResult> instance 만듭니다.

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

사용할 결과입니다.

반환

적용 대상