Which type should you use to retrieve the data?

You need to return the list of the top 100 books for the GetTopBooks() method.
Which type should you use to retrieve the data?

You need to return the list of the top 100 books for the GetTopBooks() method.
Which type should you use to retrieve the data?

A.
SqlDataReader

B.
DataSet

C.
DataTable

D.
Data View



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mike

Mike

The GetTop100Books() method is mission critical and must return data as quickly as possible.
=> A