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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateDummySqlException ( ) : SqlException

메소드 상세

ReaderExecuting() 공개 메소드

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