Compartir a través de


DatabaseLogger.IDbConfigurationInterceptor.Loaded Método

Definición

Se llama para iniciar el registro durante la inicialización de Entity Framework cuando se registra este registrador. como 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

Parámetros

loadedEventArgs
DbConfigurationLoadedEventArgs

Argumentos para el evento que este interceptor refleja.

interceptionContext
DbConfigurationInterceptionContext

Información contextual sobre el evento.

Implementaciones

Atributos

Se aplica a