Back to Devexpress

Session.ExecuteNonQuery Method

xpo-devexpress-dot-xpo-dot-session-dot-executenonquery.md

latest1.3 KB
Original Source

Session.ExecuteNonQuery Method

NameParametersDescription
ExecuteNonQuery(String, QueryParameterCollection)sql, parametersExecutes the specified SQL statement and returns the number of rows affected.
ExecuteNonQuery(String, Object[])sql, parameterValuesExecutes the specified SQL statement and returns the number of rows affected.
ExecuteNonQuery(String, String[], QueryParameterCollection)sql, parameterNames, parametersExecutes the specified SQL statement and returns the number of rows affected.
ExecuteNonQuery(String, String[], Object[])sql, parameterNames, parameterValuesExecutes the specified SQL statement and returns the number of rows affected.
ExecuteNonQuery(String)sqlExecutes the specified SQL statement and returns the number of rows affected.