Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Class CTIndex

Description

The CTIndex class deal with the index concept. The index is part of the table, and represent one field, or parts of one field, or parts of several fields. One single index may be composed of several segments.

See Also

CTBase, CTField, CTRecord, CTSegment, CTTable

Preconditions

Before any task is developed with a CTIndex object, a CTTable must have been initialized.

TOCIndex