C# Class TechEdWebApiDemo.WebApiApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: garchibald/TechEdWebApiDemo

Méthodes publiques

Méthode Description
CreateDatabase ( string dbName, string dbFileName ) : bool
DetachDatabase ( string dbName ) : bool

Méthodes protégées

Méthode Description
Application_Start ( ) : void

Method Details

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

CreateDatabase() public méthode

public CreateDatabase ( string dbName, string dbFileName ) : bool
dbName string
dbFileName string
Résultat bool

DetachDatabase() public static méthode

public static DetachDatabase ( string dbName ) : bool
dbName string
Résultat bool