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