Click or drag to resize
DynamicQueryEngineBaseGetNewPerCallStoredProcedureName 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.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual string GetNewPerCallStoredProcedureName(
	string currentName
)

Parameters

currentName
Type: SystemString
current Name

Return Value

Type: String
full stored procedure name with new catalog name/schema name.
Remarks
Thread safe, because the hashtable is never modified during execution.
See Also