Click or drag to resize

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
)

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: Int32
A created sequence value.
See Also