IDBBatchStatement Interface
Extends IDBStatement with a dedicated batch execution method for drivers that implement simulated array DML at the statement level.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBBatchStatement = interface(IDBStatement);
Methods
| Name | Description |
|---|---|
| ExecuteBatch | Executes the statement as a batch over multiple rows of parameters. |