共用方式為


IInterceptors 介面

定義

服務,可解析內部服務提供者上 DbContext 或中所有已註冊之單 IInterceptor 一的服務。

此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

public interface IInterceptors
type IInterceptors = interface
Public Interface IInterceptors

備註

服務存留期為 ServiceLifetime 。 這表示每個 DbContext 實例都會使用此服務自己的實例。 實作可能相依于任何存留期註冊的其他服務。 實作不需要安全線程。

如需詳細資訊和範例,請參閱 EF Core 攔截器

方法

Aggregate<TInterceptor>()

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

適用於