You create a DbCommand to execute a query. You need to retrieve a DbDataReader that you can use to access the result set.

Which DbCommand method should you use?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 2934 | Points: 40
Select from following answers:
  1. ExecuteDbDataReader
  2. ExecuteScalar
  3. ExecuteNonQuery
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response