C# Class Rock.DebugHelper.DebugLoggingDbCommandInterceptor

Inheritance: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
ReaderExecuted ( System command, DbCommandInterceptionContext interceptionContext ) : void

Readers the executed.

ReaderExecuting ( System command, DbCommandInterceptionContext interceptionContext ) : void

Method Details

ReaderExecuted() public method

Readers the executed.
public ReaderExecuted ( System command, DbCommandInterceptionContext interceptionContext ) : void
command System The command.
interceptionContext DbCommandInterceptionContext The interception context.
return void

ReaderExecuting() public method

public ReaderExecuting ( System command, DbCommandInterceptionContext interceptionContext ) : void
command System
interceptionContext DbCommandInterceptionContext
return void