What is the purpose of DataRelations in ADO.NET when working with hierarchical data?

  • Defining relationships between tables
  • Establishing connections between tables
  • Modifying data within a dataset
  • Organizing data within a single table
DataRelations in ADO.NET serve the purpose of defining relationships between tables in a hierarchical dataset. They enable navigation and manipulation of related data across multiple tables.
Add your answer
Loading...

Leave a comment

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