![]() |
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.
|
Supports configuring the data connections via fluent-style interface. More...
Public Member Functions | |
IDatabaseConfigurationProperties | ForDatabaseNamed (string databaseName) |
Configure a named database. More... | |
Supports configuring the data connections via fluent-style interface.
IDatabaseConfigurationProperties Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.IDatabaseConfiguration.ForDatabaseNamed | ( | string | databaseName | ) |
Configure a named database.
databaseName | Name of database to configure |
Implemented in Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.DatabaseConfigurationExtension.