Sequence to use for auto-generating values using a sequence.
Source position: sqldb.pp line 732
published property TSQLQuery.Sequence : TSQLSequence; |
Sequence allows TSQLQuery to automate generation of a new value for a field using a sequence in the database.
To this end, the properties in TSQLSequence must be set to appropriate values, and TSQLQuery will automatically generate a new value for the indicated field during insert or post (depending on the value of TSQLSequence.ApplyEvent).
|
Support for applying sequences to fields. |