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.
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.DatabaseProviderExtensions Class Reference

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...
 

Detailed Description

Provides extensions for common database providers.

Member Function Documentation

◆ AnotherDatabaseType()

static IDatabaseAnotherDatabaseConfiguration Microsoft.Practices.EnterpriseLibrary.Common.Configuration.DatabaseProviderExtensions.AnotherDatabaseType ( this IDatabaseConfigurationProviders  context,
string  providerName 
)
static

A database with the specified database provider name.

Parameters
contextExtension context for fluent-interface
providerNameThe provider name to use for this database connection
Returns
See also
DbProviderFactories

The documentation for this class was generated from the following file: