Skip to content

Instance Property

order

Specifies the order of the new trigger with regards to another trigger, in concert with orderTriggerName.
var order: (any SQLExpression)?

Discussion

If nil or unsupported, orderTriggerName is ignored.

Note

The order and the name to apply it to being separate properties is yet another API designf law.