Multiple choice technology web technology

What are the fundamental objects in ADO.NET?

  1. Data Reader

  2. Data Table

  3. Dataset

  4. Data Row

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

ADO.NET's fundamental objects are DataReader (connected, forward-only read) and Dataset (disconnected, in-memory cache). DataAdapter and DataRelation are supporting objects, while DataTable and DataRow are Dataset contents.