IMetaIndexes

Description

The IMetaIndexes interface contains properties and methods used to work with a collection of system table indexes.

Properties

  Property name Brief description
The Count property returns the number of indexes in the collection.
The Item property returns an element from the collection by index.
The Primary property determines a primary index.

Methods

  Method name Brief description
The Add method adds an index in the collection.
The FindById method searches for an index in the collection by identifier.
The FindByKey method searches for an index in the collection by key.
The Move method moves an index in the collection.
The Remove method removes a specified index from the collection.

See also:

Rds Assembly Interfaces