RuntimeConfiguration Methods |
The RuntimeConfiguration type exposes the following members.
Name | Description | |
---|---|---|
AddConnectionString |
Adds the connectionstring specified to the configuration, under the key specified. If a connectionstring with the key specified is already present
it is overwritten with the specified connectionstring
| |
ConfigureDQETDQEConfig |
Configures the Dynamic Query Engine which DQEConfigurationBase derived type has been specified using the specified configureFunc. An instance
of TDQEConfig is passed to configureFunc after which its contents is passed to the associated Dynamic Query Engine.
| |
GetConnectionString |
Gets the connectionstring added with AddConnectionString under the key specified
| |
SetDependencyInjectionInfo |
Sets the dependency information to use by the runtime. It will rebuild the internal DI store with the information provided.
|