Asc (keyword)
From RemObjects Software
The asc keyword defines ascending order of sorting in the order by query expression. This sorting order is implied by default.
You can also order by multiple fields at the same time, by providing a list of expressions, such as
… order by c.Name asc, c.DateOfBirth desc;
See Also
Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0
Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)
Glossary — Keywords — Language Features — Platform Features — Samples — Articles — How To — Issues
Categories: Text | Oxygene | Language | Keyword
