Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public SQLServerDQEConfiguration AddCatalogNameOverwrite(
	string fromName,
	string toName
)

Parameters

fromName
Type: SystemString
the catalog name to overwrite
toName
Type: SystemString
the catalog name to overwrite with

Return Value

Type: SQLServerDQEConfiguration
See Also