Table of Contents

TOrderDirection Enumeration

Specifies the sort direction for a column in an ORDER BY clause.

Syntax

Unit: Aurelius.Sql.BaseTypes

Members

Name Value Description
Ascendant 0 Sorts the column in ascending order (ASC).
Descendant 1 Sorts the column in descending order (DESC).