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.4.0.0 (5.4.0)
Syntax public 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.
Remarks Thread safe, because the hashtable is never modified during execution.
See Also