Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public virtual string GetNewSequenceName(
	string currentName
)

Parameters

currentName
Type: SystemString
current Name

Return Value

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