ADO.NET allows you to represent a collection of related tables using a ___________.

  • DataRow
  • DataSet
  • SqlConnection
  • SqlDataAdapter
A DataSet is a memory-resident representation of data that provides a consistent relational programming model. It can contain multiple DataTable objects, representing tables with data, and allows you to establish relationships between these tables. Thus, a DataSet is used to represent a collection of related tables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *