Creates a new sequence value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public int Next(
int startAt
) |
Visual Basic |
---|
Public Function Next ( _
startAt As Integer _
) As Integer |
Visual C++ |
---|
public:
int Next(
int startAt
) |
Parameters
- startAt
- Type: System..::..Int32
The start sequence value.
If the current value Value of the sequence is below the start value, it will be set to that value.
Return Value
A created sequence value.
See Also