[]
Executes a single non-query SQL statement.
protected override Task<int> ExecuteNonQueryCoreAsync(ISQLStatement statement, CancellationToken token, SourceTable sourceTable = null)
Type | Name | Description |
---|---|---|
ISQLStatement | statement | The non-query SQL statement to be executed. |
CancellationToken | token | The cancellation token to abort the execution of the non-query SQL statement before its completion. |
SourceTable | sourceTable | The table in the OData service that is to be modified (have rows inserted/updated/deleted). |
Type | Description |
---|---|
Task<int> | The number rows effected. Otherwise, -1 when an error happens. |