DataAccessAdapterCoreReadHandleSchemaNameSettingFromConfig Method  | 
  Reads the value of the setting with the key SchemaNameUsageSetting from the *.config file and stores that value as the
            active setting for schemaNameUsageSetting for this instance, IF specified. If specified, a key with the name SchemaNameToUse is
            expected as well. 
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected void ReadHandleSchemaNameSettingFromConfig(
	SchemaNameOverwriteHashtable schemaNameOverwrites
)
Protected Sub ReadHandleSchemaNameSettingFromConfig ( 
	schemaNameOverwrites As SchemaNameOverwriteHashtable
)
Parameters
- schemaNameOverwrites
 - Type: SD.LLBLGen.Pro.ORMSupportClassesSchemaNameOverwriteHashtable
Schema name overwrites to fill. 
See Also