[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TSQLQuery.Sequence

Sequence to use for auto-generating values using a sequence

Declaration

Source position: sqldb.pp line 713

published property TSQLQuery.Sequence : TSQLSequence;

Description

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).

See also

TSQLSequence

  

Support for applying sequences to fields


Documentation generated on: May 14 2021