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