C# Class Nyan.Modules.Data.SQLCompact.SqlCompactBundle

Inheritance: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
Exibir arquivo Open project: bucknellu/Nyan

Public Methods

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

Private Methods

Method Description
Initialize ( string dbName = "nyanSqlCompactStorage.sdf" ) : void

Method Details

SqlCompactBundle() public method

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

SqlCompactBundle() public method

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

ValidateDatabase() public method

public ValidateDatabase ( ) : void
return void