The ExecuteNonQuery method returns the number of ___________ affected by the non-query command.

  • Columns
  • Databases
  • Rows
  • Tables
In ADO.NET, the ExecuteNonQuery method is typically used for non-query commands such as INSERT, UPDATE, DELETE, etc. It returns the number of rows affected by the execution of the command.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *