CodeCharge Studio

query<control> Run-Time Variable (ColdFusion)

Applies to

CheckboxList Control, Directory Form, EditableGrid Form, Grid Form, ListBox Control, Path Form, RadioButton Control, Record Form

Type

query

Access

read/write

Syntax

<cfset <expression>=query<control>.<variable>>

Description

This variable contains the query associated with a given object. The query can be used to perform additional queries or access query results

See also

strSQL Variable
strOrder Variable
strWhere Variable
strSQL<control> Variable
strOrder<control> Variable
strWhere<control> Variable


On-line, printable versions and updates