Db > Db Assembly Interfaces > ITableTrigger
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 selected database driver. |
![]() |
FireEvent | The FireEvent property determines events that launch trigger. |
![]() |
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. |
Property name | Brief description | |
![]() |
The Id property determines object identifier. | |
![]() |
The Key property returns object key. | |
![]() |
The Name property determines object name. |
See also: