BCSequenceNext Method (Int32) |
Creates a new sequence value.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
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 of the sequence is below the start value,
it will be set to that value. Otherwise, a new sequence value will be created.
Return Value
Type:
Int32The created sequence value.
See Also