I have two tables in a DataSet where the ID field on each is the same. I have a Relation between the two tables. How do I, in C# code, pull the info from Table2 that relates to the info on Table1?
I have tried using a new DataRow and assigning it by using GetChildRow, but for some reason I cannot seem to make it work.
Also, I understand this question may not be that informative, let me know and I will try to provide more clarification.