InnovatorgetNextSequence Method |
Returns the next sequence value by sequence name.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getNextSequence(
string sequenceName
)
Public Function getNextSequence (
sequenceName As String
) As String
public String getNextSequence(
String sequenceName
)
public function getNextSequence(
sequenceName : String
) : String
Parameters
- sequenceName
- Type: SystemString
Sequence name.
Return Value
Type:
StringNew 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