Click or drag to resize
DynamicQueryEngineGetNewCatalogName Method
Gets the new name for the catalog, given the current name. If the current name is not found in the list of catalog name overwrites, the current name is returned. This routine works on the catalog names specified in the config file.

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 override string GetNewCatalogName(
	string currentName
)

Parameters

currentName
Type: SystemString
Name of the current.

Return Value

Type: String
New name for the catalog which name was passed in.
Remarks
Thread safe, because the hashtable is never modified during execution.
See Also