Enum IndexOrderType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies the sort order for columns in an index.
public enum IndexOrderType
Fields
Ascending = 1Sort the indexed column values in ascending order (A-Z, 0-9, smallest to largest).
Descending = 2Sort the indexed column values in descending order (Z-A, 9-0, largest to smallest).
Remarks
Index sort order affects how data is stored in the index structure and can improve query performance for specific query patterns. Each column in an index can have its own sort order.