IInterceptors.Aggregate<TInterceptor> Yöntem

Tanım

TInterceptorİç hizmet sağlayıcısında veya üzerinde kayıtlı olan tüm uygulamalardan tek tek çözümleniyor 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

Tür Parametreleri

TInterceptor

Çözülecek yakalayıcısı türü.

Döndürülenler

TInterceptor

Hiçbiri kayıtlı değilse, çözümlenmiş bir şifre null .

Şunlara uygulanır