'Declaration Protected Overrides NotOverridable Function ExecuteBatchCoreAsync( _ ByVal statements As IList(Of ISQLStatement), _ ByVal token As CancellationToken _ ) As Task(Of Integer)
protected override Task<int> ExecuteBatchCoreAsync( IList<ISQLStatement> statements, CancellationToken token )
Parameters
- statements
- List of statements.
- token
Return Value
A task representing the assynchronous operation.
The generic parameter int gives the number of affected rows by the execution of this command.