![]() |
Enterprise Library Data Access Application Block
7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
|
Provides extensions for common database providers. More...
Static Public Member Functions | |
static IDatabaseAnotherDatabaseConfiguration | AnotherDatabaseType (this IDatabaseConfigurationProviders context, string providerName) |
A database with the specified database provider name. More... | |
Provides extensions for common database providers.
|
static |
A database with the specified database provider name.
context | Extension context for fluent-interface |
providerName | The provider name to use for this database connection |