parameterSets
The parameter set for the batch operation.
The SQL statement is executed as many times as the number of parameter sets provided. To execute a SQL statement with no parameters, use one of the following options:
Specify one or more empty parameter sets.
Use the
ExecuteStatement
operation instead of theBatchExecuteStatement
operation.
Array parameters are not supported.