CodeCharge Studio

strOrder<control> Run-Time Variable (ColdFusion)

Applies to

CheckboxList Control, ListBox Control, RadioButton Control Record Form

Type

string

Access

read/write

Syntax

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

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

strWhere<control> Variable,
strSQL<control> Variable
query<control> Variable


On-line, printable versions and updates