DataAccessAdapterCoreReadHandleCatalogNameSettingFromConfig Method  | 
 
            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.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected void ReadHandleCatalogNameSettingFromConfig(
	CatalogNameOverwriteHashtable catalogNameOverwrites
)
Protected Sub ReadHandleCatalogNameSettingFromConfig ( 
	catalogNameOverwrites As CatalogNameOverwriteHashtable
)
Parameters
- catalogNameOverwrites
 - Type: SD.LLBLGen.Pro.ORMSupportClassesCatalogNameOverwriteHashtable
The catalog name overwrites. 
See Also