answersLogoWhite

0

What is ExecuteNonQuery?

Updated: 9/16/2023
User Avatar

Wiki User

13y ago

Best Answer

ExecuteNonQuery() is one of the most frequently used method in SqlCommand Object and is used for executing statements that do not return result set. ExecuteNonQuery() performs Data Definition tasks as well as Data Manipulation tasks also. The Data Definition tasks like creating Stored Procedures and Views perform by ExecuteNonQuery() . Also Data Manipulation tasks like Insert , Update and Delete perform by ExecuteNonQuery().

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ExecuteNonQuery?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Accounting