beginBatch(bIgnoreError: Boolean);
bIgnoreError. Indicates if batch queries are processed independently. If the parameter is set to True, batch queries are processed independently.
The beginBatch method enables batch mode of sending queries.
Batch mode of sending queries is disabled by the endBatch method.
The example of use is identical to the example of use of the ExpressionService.beginBatch method.
See also: