DynamicQueryEngineGetNewStoredProcedureName Method |
Gets the new name of the stored procedure passed in. Overwrites schema and catalog name with a new name if these names
have been defined for overwriting. This routine works on the catalog and schema names specified in the config file.
Namespace:
SD.LLBLGen.Pro.DQE.PostgreSql
Assembly:
SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override string GetNewStoredProcedureName(
string currentName
)
Public Overrides Function GetNewStoredProcedureName (
currentName As String
) As String
Parameters
- currentName
- Type: SystemString
current Name
Return Value
Type:
Stringfull stored procedure name with new catalog name/schema name.
Remarks Thread safe, because the hashtable is never modified during execution.
See Also