DynamicQueryEngineGetNewPerCallSequenceName Method |
Gets the new name of the sequence passed in. Overwrites catalog and schema name, if overwrites are defined, per call and global.
Namespace:
SD.LLBLGen.Pro.DQE.SqlServer
Assembly:
SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override string GetNewPerCallSequenceName(
string currentName
)
Public Overrides Function GetNewPerCallSequenceName (
currentName As String
) As String
Parameters
- currentName
- Type: SystemString
current Name
Return Value
Type:
String
full sequence name with new schema name.
Remarks
First the per-call name overwriting is called, then the config file defined name overwriting is called with the
name retrieved from the per-call name overwriting, so config file settings overrule per-call settings, though are controlled by
the per-call name overwriting.
See Also