C# Class TechEdWebApiDemo.WebApiApplication

Inheritance: System.Web.HttpApplication
显示文件 Open project: garchibald/TechEdWebApiDemo

Public Methods

Method Description
CreateDatabase ( string dbName, string dbFileName ) : bool
DetachDatabase ( string dbName ) : bool

Protected Methods

Method Description
Application_Start ( ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

CreateDatabase() public method

public CreateDatabase ( string dbName, string dbFileName ) : bool
dbName string
dbFileName string
return bool

DetachDatabase() public static method

public static DetachDatabase ( string dbName ) : bool
dbName string
return bool