I have a dataset with alot of relations defined and a datagrid that displays a table from within the dataset and the user can navigate from a table to another through the dataset's relations. However, what I can't seem to be able to do is to get the relation's parameters (e.g if I have two tables Orders(OrderID, ClientID) and Clients(ClientID,...), related by ClientID, and I display the Orders table, when I navigate to the Clients table I want to know what ClientID is being displayed)
thank you.
thank you.