Поделиться через


IInterceptors.Aggregate<TInterceptor> Метод

Определение

Разрешает один из TInterceptor всех зарегистрированных DbContext в или во внутреннем поставщике услуг.

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 , если ни один из них не зарегистрирован.

Применяется к