QueryTempTableColumns.Find
Syntax:
Parameters:
<ColumnDescription> (required)
Query result column name.
Returned value:
If there is no such column, then the value Undefined is returned.
Description:
Availability:
Example:
If QueryResult.Columns.Find("Price") <> Undefined Then PicesInQuery = True; EndIf; |