Returns a sequence with the specified name. If the sequence does not exist, creates it.

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 BCSequence GetSequence(
	string name
)
Visual Basic
Public Function GetSequence ( _
	name As String _
) As BCSequence
Visual C++
public:
BCSequence^ GetSequence(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the sequence.

Return Value

The sequence with the specified name.

See Also