ITableIndexes

Description

The ITableIndexes interface contains properties and methods of indexes collection of the table.

Properties

  Property name Brief description
Count The Count property returns the quantity of the table indexes.
Item The Item property returns parameters of table index.
Primary The Primary property returns parameters of the primary table index.

Methods

  Method name Brief description
Add The Add method adds table index.
Clear The Clear method clears the indexes list of the table.
FindById The FindById method searches index by the identifier.
FindByKey The FindByKey method searches index by the key.
Remove The Remove method removes index by number.
RemoveByKey The RemoveByKey method removes index by key.

See also:

Db Assembly Interfaces