Navigation:  DataServer Classes > DaoQuery Class >

DaoQuery:OrderBy() Method

Previous pageReturn to chapter overviewNext page

Purpose

Specify an ORDER BY clause.

 

Parameters

cOrder1, cOrder2 etcThe list of strings comprising the ORDER BY clause.  The list will be concatenated, separated by commas.  The strings can contain any valid ORDER BY syntax that is accepted by the driver, including ASC and DESC keywords

Returns

NIL

 

 

Class

DaoQuery