BCSSequenceNext Method (Int32) |
Creates a new sequence value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic int Next(
int startAt
)
Public Function Next (
startAt As Integer
) As Integer
public:
int Next(
int startAt
)
member Next :
startAt : int -> int
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