Query.ExecuteBatch

Syntax:

ExecuteBatch()

Returned value:

Type: Array.

Description:

Executes all queries and returns the array of results for each query from the batch. Results are placed into the array in order of queries in the batch.
The result of the query to delete the temporary table is the Undefined value, which is also placed into the array of results.
The result of the query to create the temporary table is the result with one column and one string containing the number of records placed in the created temporary table.

Availability:

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

    

1C:Enterprise Developer's Community