Db > Db Assembly Interfaces > ITableIndexFields
The ITableIndexFields interface contains properties and methods of fields collection of repository table index.
Property name | Brief description | |
![]() |
Count | The Count property returns quantity of index fields of table. |
![]() |
Item | The Item property returns a table field, by which the index is created. |
Method name | Brief description | |
![]() |
Add | The Add method adds a table field into index. |
![]() |
Move | The Move method moves table field into index. |
![]() |
Remove | The Remove method removes the table field from index. |
![]() |
RemoveByKey | The RemoveByKey method removes the table field from index by a key. |
See also: