C# Class Cedar.Core.Data.DatabaseFactories

The factory to create T:Cedar.Core.Data.Database by the specified connection string name.
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
GetDatabase ( ) : Database

Gets the database.

GetDatabase ( string databaseName ) : Database

Gets the database.

Method Details

GetDatabase() public static méthode

Gets the database.
public static GetDatabase ( ) : Database
Résultat Database

GetDatabase() public static méthode

Gets the database.
public static GetDatabase ( string databaseName ) : Database
databaseName string Name of the connection string.
Résultat Database