次の方法で共有


DatabaseLogger.IDbConfigurationInterceptor.Loaded メソッド

定義

このロガーの登録時に 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

イベントに関するコンテキスト情報。

実装

属性

適用対象