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
イベントに関するコンテキスト情報。
実装
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework