C# 클래스 Nyan.Modules.Data.SQLite.SqLiteBundle

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

SqLiteBundle() 공개 메소드

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

SqLiteBundle() 공개 메소드

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

ValidateDatabase() 공개 메소드

public ValidateDatabase ( ) : void
리턴 void