DynamicQueryEngineGetNewSchemaName Method |
Gets the new name for the schema, given the current name. If the current name is not found in the list of schema name overwrites,
the current name is returned.
Namespace:
SD.LLBLGen.Pro.DQE.DB2
Assembly:
SD.LLBLGen.Pro.DQE.DB2 (in SD.LLBLGen.Pro.DQE.DB2.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override string GetNewSchemaName(
string currentName
)
Public Overrides Function GetNewSchemaName (
currentName As String
) As String
Parameters
- currentName
- Type: SystemString
current Name
Return Value
Type:
StringNew name for the schema which name was passed in.
Remarks Thread safe, because the hashtable is never modified during execution.
See Also