Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TriggerQueryEvent

Describes the event for the trigger to listen on. Corresponds to:

  • Insert
  • Delete
  • Update

And a wildcard All

export
enum

{string}

Index

Enumeration members

Enumeration members

All

All: = "all"

Delete

Delete: = "delete"

Insert

Insert: = "add"

Update

Update: = "update"

Generated using TypeDoc