C# 클래스 Rock.DebugHelper.DebugLoggingDbCommandInterceptor

상속: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ReaderExecuted ( System command, DbCommandInterceptionContext interceptionContext ) : void

Readers the executed.

ReaderExecuting ( System command, DbCommandInterceptionContext interceptionContext ) : void

메소드 상세

ReaderExecuted() 공개 메소드

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

ReaderExecuting() 공개 메소드

public ReaderExecuting ( System command, DbCommandInterceptionContext interceptionContext ) : void
command System
interceptionContext DbCommandInterceptionContext
리턴 void