A service that provides configuration from embedded resources within assemblies.
Initializes a new instance of EmbeddedResourceScriptStoreService.
public Void EmbeddedConfigurationStoreService(reader)| Name | Type | Summary |
|---|---|---|
| reader | IScriptReaderService |
Gets from assembly the scripts that must be executed in the specified connection and stage for the specified database engine.
public Dictionary GetScripts(assembly, connection, stage, engine)| Name | Type | Summary |
|---|---|---|
| assembly | Assembly | The assembly to get the embedded resources from. |
| connection | String | The name of the connection the scripts are intended for. |
| stage | Stage | The stage in which the scripts will be executed. |
| engine | DatabaseEngine | The database engine in which the scripts will be executed. |
Gets from assembly the tabeles that must be executed in the specified connection.
public Dictionary GetTables(assembly, connection)| Name | Type | Summary |
|---|---|---|
| assembly | Assembly | The assembly to get the embedded resources from. |
| connection | String | The name of the connection the scripts are intended for. |
In this document