DynamicQueryEngineBaseGetNewSequenceName Method  | 
 
            Gets the new name of the sequence passed in. Default implementation overwrites schema name with a new name if the name
            has been defined for overwriting. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic virtual string GetNewSequenceName(
	string currentName
)
Public Overridable Function GetNewSequenceName ( 
	currentName As String
) As String
Parameters
- currentName
 - Type: SystemString
current Name 
Return Value
Type: 
Stringfull sequence name with new catalog name/schema name.
RemarksThread safe, because the hashtable is never modified during execution.
See Also