Method | Description | |
---|---|---|
Assemble ( string name, |
Builds an instance of the concrete subtype of T:Microsoft.Practices.EnterpriseLibrary.Data.Database the receiver knows how to build, based on the provided connection string and any configuration information that might be contained by the configurationSource.
|
public Assemble ( string name, |
||
name | string | The name for the new database instance. |
connectionStringSettings | The connection string for the new database instance. | |
configurationSource | IConfigurationSource | The source for any additional configuration information. |
return | Microsoft.Practices.EnterpriseLibrary.Data.Database |