ExecuteNonQuery
Runs the given SQL query on the project's database and returns the number of rows affected.
Syntax
Action.ExecuteNonQuery
ยท [query]
Parameters
- query
- The SQL query to run on the project's database.
Return Value
The number of rows affected.