Db > Db Assembly Interfaces > ITableTriggers
The ITableTriggers interface contains properties and methods of table trigger collection.
Property name | Brief description | |
![]() |
Count | The Count property returns quantity of table triggers. |
![]() |
Item | The Item property returns parameters of table trigger. |
Method name | Brief description | |
![]() |
Add | The Add method adds a trigger to the table. |
![]() |
Clear | The Clear method clears the triggers list of the table. |
![]() |
FindById | The FindById method searches the trigger by the identifier. |
![]() |
FindByKey | The FindByKey method searches the trigger by a key. |
![]() |
Remove | The Remove method removes the table trigger. |
![]() |
RemoveByKey | The RemoveByKey method removes trigger by a key. |
See also: