While developing ASP.NET 2.0 web application you have a DataSet containing a Customer DataTable and an Order DataTable. You want to easily navigate from an Order DataRow to the Customer who placed the order. What object will allow you to easily navigate from the Order to the Customer?

Options
- The DataColumn object
- The DataTable object
- The DataRow object
- The DataRelation object


CORRECT ANSWER : The DataRelation object

Discussion Board
asp.net

nice job

sonu 05-30-2015 01:09 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement