C# Class TokenAuthentication.Infrastructure.Database.LoggingDatabase

Inheritance: NPoco.Database
Afficher le fichier Open project: bytefish/NancyOwinExample

Méthodes publiques

Méthode Description
LoggingDatabase ( ConnectionStringSettings connectionString ) : System.Data

Méthodes protégées

Méthode Description
OnException ( System exception ) : void
OnExecutingCommand ( IDbCommand cmd ) : void

Method Details

LoggingDatabase() public méthode

public LoggingDatabase ( ConnectionStringSettings connectionString ) : System.Data
connectionString ConnectionStringSettings
Résultat System.Data

OnException() protected méthode

protected OnException ( System exception ) : void
exception System
Résultat void

OnExecutingCommand() protected méthode

protected OnExecutingCommand ( IDbCommand cmd ) : void
cmd IDbCommand
Résultat void