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

Inheritance: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
Afficher le fichier Open project: bucknellu/Nyan

Méthodes publiques

Méthode Description
SqLiteBundle ( ) : System.Collections.Generic
SqLiteBundle ( string dbName ) : System.Collections.Generic
ValidateDatabase ( ) : void

Private Methods

Méthode Description
Initialize ( string dbName = "Nyan.sqlite.db" ) : void

Method Details

SqLiteBundle() public méthode

public SqLiteBundle ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SqLiteBundle() public méthode

public SqLiteBundle ( string dbName ) : System.Collections.Generic
dbName string
Résultat System.Collections.Generic

ValidateDatabase() public méthode

public ValidateDatabase ( ) : void
Résultat void