CodeCharge Studio

strWhere<control> Run-Time Variable (ColdFusion)

Applies to

CheckboxList Control, ListBox Control, RadioButton Control Record Form

Type

string

Access

read/write

Syntax

<cfset strWhere<control>=<expression>>
<cfset <expression>=strWhere<control>>

Description

This variable contains the Where clause of the SQL statement to be executed. This variable can be modified in the Before Build Select event.

See also

strOrder<control> Variable
strSQL<control> Variable
query<control> Variable


On-line, printable versions and updates