[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get a next value for the sequence
Source position: sqldb.pp line 460
public function TSQLSequence.GetNextValue: Int64; |
The new value for the sequence
GetNextValue gets a new value for generator TSQLSequence.SequenceName using TSQLSequence.IncrementBy
If the dataset is not attached to a connected database, an exception will be raised.
|
Field to apply sequence to |
|
|
Sequence name to get values from |
|
|
Value to increment sequence with |
|
|
Apply a new value to a field |
|
|
Get next value for a sequence |