C# Class Nyan.Modules.Data.SqlServer.SqlServerBundle

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

Méthodes publiques

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

Private Methods

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

Method Details

SqlServerBundle() public méthode

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

SqlServerBundle() public méthode

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

ValidateDatabase() public méthode

public ValidateDatabase ( ) : void
Résultat void