'Declaration Protected Overrides NotOverridable Function ExecuteNonQueryCoreAsync( _ ByVal statement As ISQLStatement, _ ByVal token As CancellationToken, _ Optional ByVal sourceTable As SourceTable _ ) As Task(Of Integer)
protected override Task<int> ExecuteNonQueryCoreAsync( ISQLStatement statement, CancellationToken token, SourceTable sourceTable )
Parameters
- statement
- token
- The cancellation token to abort the non query execution at any moment.
- sourceTable
- The sourceTable containing the data to be inserted/updated/delete from the ServiceNow server.
Return Value
The number rows effected. Otherwise, -1 when an error happens.