Returns the next or current Oracle sequence value

Declaration Syntax
Public Function GetSequenceValue ( _
SequenceName As String, _
Increment As Boolean _
) As Long

Parameters
- SequenceName (String)
-
The name of the Oracle Sequence
- Increment (Boolean)
-
If true returns the next value otherwise returns the current value

Return Value
Boolean
Assembly:
DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)