Click or drag to resize
ConfigFileHelper Class
Static class which contains logic used by the generated code to read data from config files.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesConfigFileHelper

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class ConfigFileHelper

The ConfigFileHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadConnectionStringFromConfig
Reads the value of the setting with the key CatalogNameUsageSetting from the *.config file and stores that value as the active setting for catalogNameUsageSetting for this instance, IF specified. If specified, a key with the name CatalogNameToUse is expected as well.
Top
See Also