[]
Execute a list of nonquery in 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 assynchronous operation. The generic parameter int gives the number of affected rows by the execution of this command. |