QueryTempTables.Find
Syntax:
Parameters:
<ColumnDescription> (required)
Name of the table to search for.
Returned value:
If there is no such temporary table, then the value Undefined is returned.
Description:
Availability:
Example:
If QueryResult.Columns.Find("Price") <> Undefined Then PricesInQuery = True; EndIf; |