what is Execute NOn Query?
Answer Posted / suman zalodiya
ExecuteNonQuery() is used when you run rhe query that
doesn't return anything.For example insert,update,delete
etc.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of oledb compared with other classes?
How to read data with the sqldatareader ?
What is ado.net in mvc?
What is DataReader Object?
What is openquery?
What is csdl entity framework?
What is datatable in ado.net?
What are the Features of a dataset
What is read only and forward only in ado.net?
Define the executescalar method?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Which method is used by command class to execute SQL statements that return single value?
How can we check that some changes have been made to dataset since it was loaded?
How can we add relation between tables in a dataset?
What is the use of ADO.NET and XML web services?