DatabaseLogger.IDbConfigurationInterceptor.Loaded 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫 以在註冊此記錄器時啟動 Entity Framework 初始化期間的記錄。 做為 IDbInterceptor 。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IDbConfigurationInterceptor.Loaded(System.Data.Entity.Infrastructure.DependencyResolution.DbConfigurationLoadedEventArgs loadedEventArgs, System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext interceptionContext);
Sub Loaded (loadedEventArgs As DbConfigurationLoadedEventArgs, interceptionContext As DbConfigurationInterceptionContext) Implements IDbConfigurationInterceptor.Loaded
參數
- loadedEventArgs
- DbConfigurationLoadedEventArgs
這個攔截器鏡像之事件的引數。
- interceptionContext
- DbConfigurationInterceptionContext
事件的相關內容資訊。
實作
- 屬性