Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLSequence.SequenceName

Sequence name to get values from.

Declaration

Source position: sqldb.pp line 468

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: Jul 24 2023