C# 클래스 Nyan.Modules.Data.SqlServer.SqlServerBundle

상속: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
파일 보기 프로젝트 열기: bucknellu/Nyan

공개 메소드들

메소드 설명
SqlServerBundle ( ) : System.Collections.Generic
SqlServerBundle ( string dbName ) : System.Collections.Generic
ValidateDatabase ( ) : void

비공개 메소드들

메소드 설명
Initialize ( string dbName = "Nyan.SqlServer.db" ) : void

메소드 상세

SqlServerBundle() 공개 메소드

public SqlServerBundle ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SqlServerBundle() 공개 메소드

public SqlServerBundle ( string dbName ) : System.Collections.Generic
dbName string
리턴 System.Collections.Generic

ValidateDatabase() 공개 메소드

public ValidateDatabase ( ) : void
리턴 void