To navigate through hierarchical data, you can use the ___________ property of a DataRow.

  • ChildRows
  • GetChildRows()
  • GetParentRow()
  • ParentRow
The ChildRows property of a DataRow allows you to access all the child rows related to the current DataRow through the specified DataRelation. This is particularly useful when working with hierarchical data structures in ADO.NET.
Add your answer
Loading...

Leave a comment

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