Index<T> Properties

Properties

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.
Item[IList<Int32>] Gets the specified subset of the index.
Item[Int32] Gets the element at the specified position in the index.
Item[Int32, 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.

See Also