CodeCharge Studio

strOrder Run-Time Variable (ColdFusion)

Applies to

EditableGrid Form, Grid Form, Directory Form, Path Form

Type

string

Access

read/write

Syntax

<cfset strOrder=<expression>>
<cfset <expression>=strOrder>

Description

This variable contains the Order By clause for the SQL query to be executed. This variable can be modified in the Before Build Select event.

See also

strSQL Variable
strWhere Variable
query<control> Variable


On-line, printable versions and updates