C# 클래스 Nyan.Modules.Data.SQLCompact.SqlCompactBundle

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( string dbName = "nyanSqlCompactStorage.sdf" ) : void

메소드 상세

SqlCompactBundle() 공개 메소드

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

SqlCompactBundle() 공개 메소드

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

ValidateDatabase() 공개 메소드

public ValidateDatabase ( ) : void
리턴 void