MySqlDQEConfigurationAddCatalogNameOverwrite Method  | 
 
            Adds a catalog name overwrite, which will overwrite the fromName with the toName in every call
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.MySql
    Assembly:
   SD.LLBLGen.Pro.DQE.MySql (in SD.LLBLGen.Pro.DQE.MySql.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic MySqlDQEConfiguration AddCatalogNameOverwrite(
	string fromName,
	string toName
)
Public Function AddCatalogNameOverwrite ( 
	fromName As String,
	toName As String
) As MySqlDQEConfiguration
Parameters
- fromName
 - Type: SystemString
the catalog name to overwrite - toName
 - Type: SystemString
the catalog name to overwrite with 
Return Value
Type: 
MySqlDQEConfiguration
See Also