C# 클래스 TokenAuthentication.Infrastructure.Database.LoggingDatabase

상속: NPoco.Database
파일 보기 프로젝트 열기: bytefish/NancyOwinExample

공개 메소드들

메소드 설명
LoggingDatabase ( ConnectionStringSettings connectionString ) : System.Data

보호된 메소드들

메소드 설명
OnException ( System exception ) : void
OnExecutingCommand ( IDbCommand cmd ) : void

메소드 상세

LoggingDatabase() 공개 메소드

public LoggingDatabase ( ConnectionStringSettings connectionString ) : System.Data
connectionString ConnectionStringSettings
리턴 System.Data

OnException() 보호된 메소드

protected OnException ( System exception ) : void
exception System
리턴 void

OnExecutingCommand() 보호된 메소드

protected OnExecutingCommand ( IDbCommand cmd ) : void
cmd IDbCommand
리턴 void