C# 클래스 TechEdWebApiDemo.WebApiApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: garchibald/TechEdWebApiDemo

공개 메소드들

메소드 설명
CreateDatabase ( string dbName, string dbFileName ) : bool
DetachDatabase ( string dbName ) : bool

보호된 메소드들

메소드 설명
Application_Start ( ) : void

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

CreateDatabase() 공개 메소드

public CreateDatabase ( string dbName, string dbFileName ) : bool
dbName string
dbFileName string
리턴 bool

DetachDatabase() 공개 정적인 메소드

public static DetachDatabase ( string dbName ) : bool
dbName string
리턴 bool