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

TSQLSequence.SequenceName

Sequence name to get values from

Declaration

Source position: sqldb.pp line 463

published property TSQLSequence.SequenceName : string
  read FSequenceName
  write FSequenceName;

Description

SequenceName is the name of the sequence TSQLSequence will get a new value of when GetNextValue is called.

See also

TSQLSequence.Apply

  

Apply a new value to a field

TSQLSequence.GetNextValue

  

Get a next value for the sequence

TSQLSequence.IncrementBy

  

Value to increment sequence with


Documentation generated on: May 14 2021