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
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
The GetTop100Books() method is mission critical and must return data as quickly as possible.
=> A