Multiple choice

Which of the following can be described as a collection of data retrieved from a data source?

  1. Dataset

  2. SQLDataReader

  3. SQLDataAdapter

  4. SQLCommand

  5. SQLTransaction

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

A Dataset represent an in-memory collection of data retrieved from a data source. It can contain records of multiple tables. A Dataset can be used for adding and manipulating records of a table in a disconnected dataset.