Parameters
- iters
- Number of times to execute SQL statement.
Return Value
The return value is the number of rows affected by the statement.
All parameters of the query must have System.Array type and an elements of the array must have type corresponding to the type of the parameter. The value of the iters parameter must be equal to the number of elements of the array.
Refer to "Working with Array Binding" article for detailed information and example.