Does executenonquery return a value?



Does executenonquery return a value?..

Answer / Akhilendra Kumar Pandey

"ExecuteNonQuery is a method in ADO.NET that executes SQL commands (INSERT, UPDATE, DELETE or DDL) which do not return a result set. It returns the number of rows affected by the operation."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between linq and ado.net?

1 Answers  


Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.

1 Answers  


Define bubbled event?

1 Answers  


What is serialization and de-serialization in .net? How can we serialize the dataset object?

1 Answers  


Which object is used to add relationship between two Datatables?

1 Answers  


IF we have lot of records in Database. How we can handle them?

5 Answers   Honeywell,


How can you add or remove rows from the datatable object of dataset?

1 Answers  


What are the benefits of using of ADO.NET in .NET 4.0?

1 Answers  


List all the steps in order, to access a database through ado.net?

1 Answers  


What are two important objects of ADO.Net?

1 Answers  


What is untyped dataset?

1 Answers  


How can we save all data from dataset?

1 Answers  


Categories