C# Класс Cedar.Core.Data.DatabaseFactories

The factory to create T:Cedar.Core.Data.Database by the specified connection string name.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDatabase ( ) : Database

Gets the database.

GetDatabase ( string databaseName ) : Database

Gets the database.

Описание методов

GetDatabase() публичный статический Метод

Gets the database.
public static GetDatabase ( ) : Database
Результат Database

GetDatabase() публичный статический Метод

Gets the database.
public static GetDatabase ( string databaseName ) : Database
databaseName string Name of the connection string.
Результат Database