In a hierarchical dataset with multiple tables, which method is used to define relationships between them?

  • Add()
  • CreateTable()
  • FillSchema()
  • SetParentRelation()
When dealing with hierarchical datasets in ADO.NET, relationships between tables are defined using the SetParentRelation() method to establish parent-child relationships between DataTables.
Add your answer
Loading...

Leave a comment

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