| DynamicQueryEngineGetNewPerCallStoredProcedureName 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 PerCallCatalogNameOverwrites and PerCallSchemaNameOverwrites names specified on this instance
            
 
Namespace: SD.LLBLGen.Pro.DQE.SqlServerAssembly: SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic override string GetNewPerCallStoredProcedureName(
	string currentName
)
Public Overrides Function GetNewPerCallStoredProcedureName ( 
	currentName As String
) As String
Parameters
- currentName
 - Type: SystemString
current Name 
Return Value
Type: 
Stringfull stored procedure name with new catalog name/schema name.
RemarksThread safe, because the hashtable is never modified during execution.
See Also