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 linq and entity framework?
Explain why edit is not possible in repeater?
What providers does Ado.net uses?
What is a dataview?
What is the use of data grid?
What are the data access namespaces in .NET?
What is isolation?
What Is Difference Between Ado And Ado.net?
What is a dynaset in access?
What is data relation?
What is an ado connection?
What do you mean by performing asynchronous operation using command object?
What is the difference between connected and disconnected environment?
How to check if the Dataset has records ?
Describe ado.net object model in detail.