Aracılığıyla paylaş


InterceptionResult<TResult>.SuppressWithResult(TResult) Yöntem

Tanım

Yürütmenin gizlenmesi ve bunun yerine verilen sonucun kullanılması gerektiğini belirten yeni InterceptionResult<TResult> bir örnek oluşturur.

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)

Parametreler

result
TResult

Kullanılacak sonuç.

Döndürülenler

Şunlara uygulanır