xpo-devexpress-dot-xpo-dot-session-dot-executenonqueryasync.md
| Name | Parameters | Description |
|---|---|---|
| ExecuteNonQueryAsync(String, QueryParameterCollection, CancellationToken) | sql, parameters, cancellationToken | Asynchronously executes the specified SQL statement and returns the number of rows affected. |
| ExecuteNonQueryAsync(String, Object[], CancellationToken) | sql, parameterValues, cancellationToken | Asynchronously executes the specified SQL statement and returns the number of rows affected. |
| ExecuteNonQueryAsync(String, CancellationToken) | sql, cancellationToken | Asynchronously executes the specified SQL statement and returns the number of rows affected. |
| ExecuteNonQueryAsync(CancellationToken, String, String[], QueryParameterCollection) | cancellationToken, sql, parameterNames, parameters | Asynchronously executes the specified SQL statement and returns the number of rows affected. |
| ExecuteNonQueryAsync(CancellationToken, String, String[], Object[]) | cancellationToken, sql, parameterNames, parameterValues | Asynchronously executes the specified SQL statement and returns the number of rows affected. |