CodeCharge Studio

strWhere Run-Time Variable (ColdFusion)

Applies to

EditableGrid Form, Grid Form, Directory Form, Path Form

Type

string

Access

read/write

Syntax

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

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 Variable
strSQL Variable
query<control> Variable


On-line, printable versions and updates