DatabaseConfigurationExtension Members
Include Protected Members
Include Inherited Members
The DatabaseConfigurationExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseConfigurationExtension |
Initializes a new DatabaseConfigurationExtension with a IDatabaseConfigurationProviders context.
|
Methods
Name | Description | |
---|---|---|
AsDefault |
Set this database as the default one in the configuration.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
ForDatabaseNamed |
Configure a named database.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WithConnectionString | Overloaded. |
Properties
Name | Description | |
---|---|---|
Builder |
Context of the current builder for the extension.
|
|
ConnectionString |
The connection string in progress.
|
|
ThatIs |
Specify the type of database.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IFluentInterface.GetType |
Base class to help build database-specific configurations extensions for DataConfigurationSourceBuilderExtensions.
|
See Also
DatabaseConfigurationExtension Class
Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent Namespace