Table of Contents

TGetNextSequenceValueCommand Class

Describes a request to retrieve the next value from a named database sequence.

Syntax

Unit: Aurelius.Sql.Commands

TGetNextSequenceValueCommand = class(TDMLCommand);

Properties

Name Description
Increment Gets or sets the increment step; when greater than 1, the sequence is advanced by this amount and the returned value is the first in the reserved range.
SequenceName Gets or sets the name of the database sequence to query.