Click or drag to resize
RuntimeConfiguration Methods

The RuntimeConfiguration type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddConnectionString
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
Public methodStatic memberConfigureDQETDQEConfig
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.
Public methodStatic memberGetConnectionString
Gets the connectionstring added with AddConnectionString under the key specified
Public methodStatic memberSetDependencyInjectionInfo
Sets the dependency information to use by the runtime. It will rebuild the internal DI store with the information provided.
Top
See Also