[]
Executes a list of non-query statements as a batch.
protected override 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 asynchronous operation. The generic parameter int is set to the number of rows affected by the execution of this command. |