CodeCharge Studio

DataSource->Order Run-Time Property (PHP)

Applies to

DataSource Object

Type

string

Access

read/write

Syntax

object->DataSource->Order [=value]

Description

This property holds the list of fields that are used in the ORDER BY clause of the SELECT query. CCS initializes this property internally, for example if an order option has been specified in the properties of the form. Modification of this field (before the query is executed) will change the order of the results.

Examples

Dynamically Modify the WHERE and ORDER BY Clauses of a ListBox,
Dynamically Modify the ORDER BY Clause,
Dynamically Modify the SQL Statement,
Dynamically Modify the WHERE Clause

See Also

DataSource Property
DataSource->SQL Property
DataSource->CountSQL Property
DataSource->Where Property
DataSource->RecordsCount Property


On-line, printable versions and updates