CodeCharge Studio

strSQL<control> Run-Time Variable (ColdFusion)

Applies to

CheckboxList Control, ListBox Control, RadioButton Control Record Form

Type

string

Access

read/write

Syntax

<cfset strSQL<control>=&expression>>
<cfset &expression>=strSQL<control>>

Description

This variable contains the SQL query string to be executed to retrieve data for a control. This variable can be modified in the Before Build Select event.

See also

strOrder<control> Variable
strWhere<control> Variable
query<control> Variable


On-line, printable versions and updates