QueryResult.Unload

Syntax:

Unload(<TabOrderType>)

Parameters:

<TabOrderType> (optional)

Type: QueryResultIteration.
Specifies the record tab order type for the selection.
Default value: Linear.

Returned value:

Type: ValueTable; ValueTree.
If the tab type is Linear, the result is uploaded to the values table, otherwise it is uploaded to the values tree.

Description:

Creates a values table (or values tree) and copies all records of the set into it.

Availability:

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

Example:

ResultsTable = QueryResult.Unload();

    

1C:Enterprise Developer's Community