what is Execute NOn Query?
Answer Posted / sandip karsariya
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().
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is ado.net explain with diagram?
What are the difference between readonly vs. Const?
How to add an aggregate column?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What does ado stand for?
How to add a javaScript function in a datagrid?
Explian About DataAdapters
What is ole db and odbc?
What is acid in ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain the difference between an ado.net dataset and an ado recordset?
What is the difference between DataReader and DataSet in ADO.NET?
What is ado.net architecture?
What are the disadvantages of using datalist?
How would you connect to a database by using .NET?