C# Class Nyan.Modules.Data.SQLite.SqLiteBundle

Inheritance: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
Mostra file Open project: bucknellu/Nyan

Public Methods

Method Description
SqLiteBundle ( ) : System.Collections.Generic
SqLiteBundle ( string dbName ) : System.Collections.Generic
ValidateDatabase ( ) : void

Private Methods

Method Description
Initialize ( string dbName = "Nyan.sqlite.db" ) : void

Method Details

SqLiteBundle() public method

public SqLiteBundle ( ) : System.Collections.Generic
return System.Collections.Generic

SqLiteBundle() public method

public SqLiteBundle ( string dbName ) : System.Collections.Generic
dbName string
return System.Collections.Generic

ValidateDatabase() public method

public ValidateDatabase ( ) : void
return void