|
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.
|
Configuration extensions for database types specified via the DatabaseProviderExtensions.AnotherDatabaseType. More...
Public Member Functions | |
| IDatabaseAnotherDatabaseConfiguration | WithConnectionString (DbConnectionStringBuilder builder) |
| Connection string to use for this data source. More... | |
| IDatabaseConfigurationProperties | WithConnectionString (string connectionString) |
| Connection string to use for this data source. More... | |
| IDatabaseConfigurationProperties | AsDefault () |
| Set this database as the default one in the configuration. More... | |
| IDatabaseConfigurationProperties | ForDatabaseNamed (string databaseName) |
| Configure a named database. More... | |
Properties | |
| IDatabaseConfigurationProviders | ThatIs [get] |
| Specify the type of database. More... | |
Configuration extensions for database types specified via the DatabaseProviderExtensions.AnotherDatabaseType.
|
inherited |
Set this database as the default one in the configuration.
Implemented in Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.DatabaseConfigurationExtension.
|
inherited |
Configure a named database.
| databaseName | Name of database to configure |
Implemented in Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.DatabaseConfigurationExtension.
| IDatabaseAnotherDatabaseConfiguration Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.IDatabaseAnotherDatabaseConfiguration.WithConnectionString | ( | DbConnectionStringBuilder | builder | ) |
Connection string to use for this data source.
| builder | The connection string builder for the database provider |
|
inherited |
Connection string to use for this data source.
| connectionString | The connection string. |
|
getinherited |
Specify the type of database.