NET class that reads data from a database. Inside this class you need to use a SqlDataReader to read back any records returned from the database. What property of the DataReader should you check before attempting to read any records?

 Posted by Majith on 9/7/2009 | Category: ASP.NET Interview questions | Views: 12330
Select from following answers:
  1. HasRows
  2. Depth
  3. RowAffected
  4. RowCount
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response