C# Class Rock.DebugHelper.DebugLoggingDbCommandInterceptor

Inheritance: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
ReaderExecuted ( System command, DbCommandInterceptionContext interceptionContext ) : void

Readers the executed.

ReaderExecuting ( System command, DbCommandInterceptionContext interceptionContext ) : void

Method Details

ReaderExecuted() public méthode

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

ReaderExecuting() public méthode

public ReaderExecuting ( System command, DbCommandInterceptionContext interceptionContext ) : void
command System
interceptionContext DbCommandInterceptionContext
Résultat void