Click or drag to resize
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.19.0)
Syntax
public int Next(
	int startAt
)

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