Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Number of Indexes

The number of indexes property indicates the total number of indexes defined for a table. The value takes in consideration only user defined indexes and does not include the RECBYT or ROWID indexes. Use the CTTable.GetIndexCount() method to retrieve the number of indexes associated with a table.

TOCIndex