C# 클래스 Machete.Data.Logging.MacheteInterceptorLogging

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

공개 메소드들

메소드 설명
NonQueryExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
ScalarExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void

메소드 상세

NonQueryExecuting() 공개 메소드

public NonQueryExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
command System.Data.Common.DbCommand
interceptionContext DbCommandInterceptionContext
리턴 void

ReaderExecuting() 공개 메소드

public ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
command System.Data.Common.DbCommand
interceptionContext DbCommandInterceptionContext
리턴 void

ScalarExecuting() 공개 메소드

public ScalarExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
command System.Data.Common.DbCommand
interceptionContext DbCommandInterceptionContext
리턴 void