Q.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?


 A. The DataColumn object
 B. The DataTable object
 C. The DataRow object
 D. The DataRelation object
Ans: D