| ITableIndexes Interface |
Namespace: CMS.DataEngine
public interface ITableIndexes
The ITableIndexes type exposes the following members.
| Name | Description | |
|---|---|---|
| GetClusteredIndex |
Gets clustered index, or null when no such exists.
| |
| GetIndexes |
Gets enumeration of indexes.
| |
| GetNonclusteredIndexes |
Gets enumeration of nonclustered indexes.
| |
| GetPrimaryKeyIndex |
Gets index which is part of a primary key constraint, or null when no such exists.
|