228k views
3 votes
ADO.NET does not require that you keep a continuous live connection to the database and process one retrieved record at a time. Additional classes are available that enable you to connect to the database long enough to retrieve records into memory.

The primary class for this activity is ____.

a. DataReader
b. Connection
c. Command
d. DataSet

User Euskalduna
by
5.2k points

1 Answer

2 votes

Answer:

DataSet

Step-by-step explanation:

DataSet is primary in supporting disconnected distributed Datasets with ADO.NET.

User Swapnil Sonar
by
5.0k points