BCSSequenceNext Method (Int32) |
Creates a new sequence value.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public int Next(
int startAt
)
Public Function Next (
startAt As Integer
) As Integer
Parameters
- startAt
- Type: SystemInt32
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
Type:
Int32A created sequence value.
See Also