Multiple choice technology web technology What are the various objects in Dataset DataTable DataRow DataColumn 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.