MetaSrv.beginBatch

Syntax

beginBatch(bIgnoreError: Boolean);

Parameters

bIgnoreError. Indicates if batch queries are processed independently. If the parameter is set to True, batch queries are processed independently.

Description

The beginBatch method enables batch mode of sending queries.

Comments

Batch mode of sending queries is disabled by the endBatch method.

Example

The example of use is identical to the example of use of the ExpressionService.beginBatch method.

See also:

MetaSrv