The IndexT generic type exposes the following members.
| Name | Description |
---|
 | Depth |
Gets the number of levels in the index.
|
 | IsSorted |
Gets whether the values in the index are sorted.
|
 | IsUnique |
Gets whether the values in the index are unique.
|
 | ItemIListInt32 |
Gets the specified subset of the index.
|
 | ItemInt32 |
Gets the element at the specified position in the index.
|
 | ItemInt32, Int32 |
Gets the value of the index at the specified position
and level.
|
 | KeepOrder |
Gets or sets whether indexes derived from this index should
maintain the sort order.
|
 | KeepUnique |
Gets or sets whether indexes derived from this index should
maintain the uniqueness of keys.
|
 | Length |
Gets the length of the index.
|
 | Name |
Gets or sets the name of the index.
|
 | SortOrder |
Gets or sets how the values in the index are sorted.
|
Top
Reference