Creates a new sequence value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public int Next(
	int startAt
)
Visual Basic
Public Function Next ( _
	startAt As Integer _
) As Integer
Visual C++
public:
int Next(
	int startAt
)

Parameters

startAt
Type: System..::..Int32
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

The created sequence value.

See Also