DatabaseLogger.IDbConfigurationInterceptor.Loaded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to start logging during Entity Framework initialization when this logger is registered. as an 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
Parameters
- loadedEventArgs
- DbConfigurationLoadedEventArgs
Arguments to the event that this interceptor mirrors.
- interceptionContext
- DbConfigurationInterceptionContext
Contextual information about the event.
Implements
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework