The ITableTrigger interface contains properties and methods of the trigger of the table.
| |
Property name |
Brief description |
|
Body |
The Body property determines the text of the trigger for the chosen database driver. |
|
FireEvent |
The FireEvent property determines events causing trigger execution. |
|
FireTime |
The FireTime property determines trigger execution time. |
|
ForEachRow |
The ForEachRow property determines whether the trigger is executed for each table row. |
|
Text |
The Text property determines the trigger text. |