C# Class TokenAuthentication.Infrastructure.Database.LoggingDatabase

Inheritance: NPoco.Database
Mostra file Open project: bytefish/NancyOwinExample

Public Methods

Method Description
LoggingDatabase ( ConnectionStringSettings connectionString ) : System.Data

Protected Methods

Method Description
OnException ( System exception ) : void
OnExecutingCommand ( IDbCommand cmd ) : void

Method Details

LoggingDatabase() public method

public LoggingDatabase ( ConnectionStringSettings connectionString ) : System.Data
connectionString ConnectionStringSettings
return System.Data

OnException() protected method

protected OnException ( System exception ) : void
exception System
return void

OnExecutingCommand() protected method

protected OnExecutingCommand ( IDbCommand cmd ) : void
cmd IDbCommand
return void