Valid 70-483 Dumps shared by ExamDiscuss.com for Helping Passing 70-483 Exam! ExamDiscuss.com now offer the newest 70-483 exam dumps, the ExamDiscuss.com 70-483 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-483 dumps with Test Engine here:
You need to write a method that retrieves data from a Microsoft Access 2013 database. The method must meet the following requirements: * Be read-only. * Be able to use the data before the entire data set is retrieved. * Minimize the amount of system overhead and the amount of memory usage. Which type of object should you use in the method?
Correct Answer: A
Explanation DbDataReader Class Reads a forward-only stream of rows from a data source. Reference: DbDataReader Class https://msdn.microsoft.com/en-us/library/system.data.common.dbdatareader(v=vs.110).aspx