Sdílet prostřednictvím


IInterceptors.Aggregate<TInterceptor> Metoda

Definice

Vyřeší jeden TInterceptor ze všech registrovaných u DbContext nebo u interního poskytovatele služeb.

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

Parametry typu

TInterceptor

Typ zachytávání, který se má vyřešit.

Návraty

TInterceptor

Vyřešený záchytný zachytávací nástroj, který může být null v případě, že žádný není zaregistrovaný.

Platí pro