Click or drag to resize

InnovatorgetNextSequence Method

Returns the next sequence value by sequence name.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getNextSequence(
	string sequenceName
)

Parameters

sequenceName
Type: SystemString
Sequence name.

Return Value

Type: String
New sequence value if request to the server succeeded, null otherwise.
Remarks
Method makes a request to Innovator server in order to get new sequence value.
See Also