Represents a single part of an ORDER BY clause in SQL.
Specifies on which column to order on.
Specifies if this is ordered in ascending or descending order.
Specifies the table for the column.
See Implementation
Represents a single part of an ORDER BY clause in SQL.