Click or drag to resize
DB2DQEConfigurationAddSchemaNameOverwrite Method
Adds a schema name overwrite, which will overwrite the fromName with the toName in every call

Namespace:  SD.LLBLGen.Pro.DQE.DB2
Assembly:  SD.LLBLGen.Pro.DQE.DB2 (in SD.LLBLGen.Pro.DQE.DB2.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DB2DQEConfiguration AddSchemaNameOverwrite(
	string fromName,
	string toName
)

Parameters

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

Return Value

Type: DB2DQEConfiguration
See Also