[]
Execute a list of nonquery in Batch.
protected abstract Task<int> ExecuteBatchCoreAsync(IList<ISQLStatement> statements, CancellationToken token)
| Type | Name | Description |
|---|---|---|
| IList<ISQLStatement> | statements | List of statements. |
| CancellationToken | token |
| Type | Description |
|---|---|
| Task<int> | A task representing the assynchronous operation. The generic parameter int gives the number of affected rows by the execution of this command. |