RuntimeConfiguration Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The RuntimeConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Entity |
Gets the configuration method object for configuring Entity(Core) specific settings.
| |
Prefetching |
Gets the configuration method object for configuring Prefetch/Prefetch2 instances.
| |
Tracing |
Gets the configuration method object for configuring TraceSwitch instances of the runtime.
| |
Xml |
Gets the configuration method object for configuring Xml serialization specific settings
|
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.
|