QueryTempTables.Find

Syntax:

Find(<ColumnDescription>)

Parameters:

<ColumnDescription> (required)

Type: String.
Name of the table to search for.

Returned value:

Type: QueryResultColumn; Undefined.
If there is no such temporary table, then the value Undefined is returned.

Description:

Returns a temporary table by name.

Availability:

Server, thick client, external connection.

Example:

If QueryResult.Columns.Find("Price") <> Undefined Then
    PricesInQuery = True;
EndIf
;


    

1C:Enterprise Developer's Community