JVCL Help:TJvXMLOrderConvertion
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXMLOrderConvertion type
Search in JVCL Help
Search in all projectsSummary
Represents how to order a result set.
Pascal
run\JvXmlDatabase.pas
TJvXMLOrderConvertion = (
ocNone,
ocDate,
ocInteger,
ocFloat
);
Members
Members | Description |
ocNone | No preferences. |
ocDate | Order by date. |
ocInteger | Order by integer value. |
ocFloat | Order by float value. |
Description
You can use the keyword 'ORDER BY' along with 'ASC' and one of the syntax constructs '(DATE)', '(INTEGER)' or '(FLOAT)' to specify how the result set should be ordered. This type describes the requested ordering as an enumerated type.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page