Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public MySqlDQEConfiguration 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: MySqlDQEConfiguration
See Also