QueryResultColumnsCollection.Find

Syntax:

Find(<ColumnDescription>)

Parameters:

<ColumnDescription> (required)

Type: String.
Query result column name.

Returned value:

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

Description:

Searches for the query result columns by name.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

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


    

1C:Enterprise Developer's Community