[]
Executes a list of non-query statements as a batch.
protected override Task<int> ExecuteBatchCoreAsync(IList<ISQLStatement> statements, CancellationToken token)
Protected Overrides Function ExecuteBatchCoreAsync(statements As IList(Of ISQLStatement), token As CancellationToken) As Task(Of Integer)
| Type | Name | Description |
|---|---|---|
| IList<ISQLStatement> | statements | List of statements. |
| CancellationToken | token |
| Type | Description |
|---|---|
| Task<int> | A task representing the asynchronous operation. The generic parameter int is set to the number of rows affected by the execution of this command. |