| 
    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. 
   | 
 
Database configuration properties that apply to all databases. More...
  
Public Member Functions | |
| 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... | |
Database configuration properties that apply to all databases.
This interface is intended to support a fluent-style configuration interface.
| IDatabaseConfigurationProperties Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.IDatabaseConfigurationProperties.AsDefault | ( | ) | 
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.
      
  | 
  getinherited | 
Specify the type of database.