Back to Devexpress

Session.ExecuteNonQueryAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-executenonqueryasync.md

latest1.8 KB
Original Source

Session.ExecuteNonQueryAsync Method

NameParametersDescription
ExecuteNonQueryAsync(String, QueryParameterCollection, CancellationToken)sql, parameters, cancellationTokenAsynchronously executes the specified SQL statement and returns the number of rows affected.
ExecuteNonQueryAsync(String, Object[], CancellationToken)sql, parameterValues, cancellationTokenAsynchronously executes the specified SQL statement and returns the number of rows affected.
ExecuteNonQueryAsync(String, CancellationToken)sql, cancellationTokenAsynchronously executes the specified SQL statement and returns the number of rows affected.
ExecuteNonQueryAsync(CancellationToken, String, String[], QueryParameterCollection)cancellationToken, sql, parameterNames, parametersAsynchronously executes the specified SQL statement and returns the number of rows affected.
ExecuteNonQueryAsync(CancellationToken, String, String[], Object[])cancellationToken, sql, parameterNames, parameterValuesAsynchronously executes the specified SQL statement and returns the number of rows affected.