共用方式為


ISingletonInterceptor 介面

定義

註冊為 Singleton 服務之所有 Entity Framework 攔截器的基底介面。 這表示許多 DbContext 實例都會使用單一實例。 實作必須是安全線程。

public interface ISingletonInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type ISingletonInterceptor = interface
    interface IInterceptor
Public Interface ISingletonInterceptor
Implements IInterceptor
衍生
實作

適用於