共用方式為


IInterceptors.Aggregate<TInterceptor> 方法

定義

從或內部服務提供者中註冊 DbContext 的所有帳戶解析單 TInterceptor 一。

public TInterceptor Aggregate<TInterceptor> () where TInterceptor : class, Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor;
public TInterceptor? Aggregate<TInterceptor> () where TInterceptor : class, Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor;
abstract member Aggregate : unit -> 'Interceptor (requires 'Interceptor : null and 'Interceptor :> Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor)
Public Function Aggregate(Of TInterceptor As {Class, IInterceptor}) () As TInterceptor

類型參數

TInterceptor

要解析的攔截器類型。

傳回

TInterceptor

已解析的攔截器,可能是 null 未註冊。

適用於