adspace


What is difference between executequery and executeupdate?

Answer Posted / Ritu Kumari

ExecuteQuery returns a data reader with the results of the query, while ExecuteUpdate returns the number of rows affected by the command.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1046


Explain how to call the sql commands asynchronously in ado.net version 2.0?

993