Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 923 Bytes

Database-QueryOrder-Config-Xml.md

File metadata and controls

19 lines (13 loc) · 923 Bytes

'QueryOrder' object (database-driven) - XML

The QueryOrder object that defines the query order.


Properties

The QueryOrder object supports a number of properties that control the generated code output. The properties with a bold name are those that are more typically used (considered more important).

Property Description
Name The name of the Column to order by. See also Schema and Table as these all relate.
Schema The name of order by table schema. See also Name and Column as these all relate. Defaults to Query.Schema.
Table The name of the order by table. Defaults to Table.Name; i.e. primary table. See also Schema and Column as these all relate.
Order The corresponding sort order. Valid options are: Ascending, Descending. Defaults to Ascending.

Note: This markdown file is generated; any changes will be lost.