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