Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 663 Bytes

sortorderenum.md

File metadata and controls

25 lines (23 loc) · 663 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
SortOrderEnum
SortOrderEnum
rothja
jroth
01/19/2017
sql
ado
reference
SortOrderEnum
SortOrderEnum enumeration [ADOX]
COM

SortOrderEnum

Specifies the sort sequence for an indexed column.

Constant Value Description
adSortAscending 1 Default. The sort sequence for the column is ascending.
adSortDescending 2 The sort sequence for the column is descending.

Applies To

SortOrder Property (ADOX)