DatabaseLogger.IDbConfigurationInterceptor.Loaded Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé pour démarrer la journalisation pendant l’initialisation d’Entity Framework lorsque cet enregistreur d’événements est inscrit. IDbInterceptoren tant que .
[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
Paramètres
- loadedEventArgs
- DbConfigurationLoadedEventArgs
Arguments de l’événement que cet intercepteur met en miroir.
- interceptionContext
- DbConfigurationInterceptionContext
Informations contextuelles sur l’événement.
Implémente
- Attributs