DbNetSuiteVS
GetSequenceValue Method (SequenceName, Increment)
NamespacesDbNetLink.DataDbNetDataGetSequenceValue(String, Boolean)
Returns the next or current Oracle sequence value
Declaration Syntax
C#Visual Basic
public long GetSequenceValue(
	string SequenceName,
	bool Increment
)
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)