DbSpecificCreatorBaseGetNewPerCallCatalogName Method (String, Boolean) | 
 
            Gets the new catalog name from the per-call hashtable name overwrites set into this object. If no per call name pairs are defined or the
            name passed in isn't found, the same name passed in is returned
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic string GetNewPerCallCatalogName(
	string currentName,
	bool wrapAsValidIdentifier
)
Public Function GetNewPerCallCatalogName ( 
	currentName As String,
	wrapAsValidIdentifier As Boolean
) As String
Parameters
- currentName
 - Type: SystemString
Name of the current. - wrapAsValidIdentifier
 - Type: SystemBoolean
If true (default) it will call CreateValidAlias for the value to return to make sure it's wrapped in the identifier characters (e.g. []) 
            for an identifier name 
Return Value
Type: 
Stringthe new name 
See Also