Multiple choice technology web technology

What are the various objects in Dataset

  1. DataTable

  2. DataRow

  3. DataColumn

  4. DataCollection

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

DataSet contains DataTable objects, which contain DataRow and DataColumn objects. These are the core constituents. DataCollection is not a standard ADO.NET DataSet component.