Method PerformExecuteNonQueryAsync
| Improve this Doc View SourcePerformExecuteNonQueryAsync(TCommand, CancellationToken)
Performs the operation to execute the command and returns the number of rows affected.
Declaration
protected Task<int> PerformExecuteNonQueryAsync(TCommand command, CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
TCommand | command | The command. |
System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Int32> | The number of rows affected. |