TableTriggerFireEvent

Description

The TableTriggerFireEvent enumeration contains kinds of event at which trigger of the table is executed.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Event is not defined.
1 Insert. Insert.
2 Delete. Removal.
3 InsertDelete. Insert or removal.
4 Update. Update.
5 InsertUpdate. Insert or update.
6 DeleteUpdate. Removal or update.
7 InsertDeleteUpdate. Insert, or removal, or update.

See also:

Db Assembly Enumerations