[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
When to apply the new value
Source position: sqldb.pp line 448
published property TSQLSequence.ApplyEvent : TSQLSequenceApplyEvent |
ApplyEvent determines when the new value will be applied to a field: On new record (i.e. when Insert or Append is called) or when a newly inserted record is saved (when Post is called).
|
When to fetch a new sequence number |