When working with multiple related DataTables, what ADO.NET feature allows you to define relationships between them?

  • DataColumnCollection
  • DataRelation
  • DataSet
  • ForeignKeyConstraint
In ADO.NET, DataRelation is used to define relationships between multiple DataTables. It allows you to specify how the rows in one DataTable relate to the rows in another DataTable based on key columns.
Add your answer
Loading...

Leave a comment

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