Method ExecuteNonQueryAsync
| Improve this Doc View SourceExecuteNonQueryAsync(TCommand, CancellationToken)
Executes non query command.
Declaration
protected Task<int> ExecuteNonQueryAsync(TCommand command, CancellationToken ct)
Parameters
| Type | Name | Description |
|---|---|---|
| TCommand | command | The command to be executed. |
| System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Int32> | The return code returned by command execution. |