I have one scenario in Sync Framework 2.1
Suppose we have one customer table which has two column PId,Name and order table which has two column Pid ,customerid. Customerid is foreign key of customer table. we have another table orderitem which has two column PId,OrderId Orderid is foreign key of order
table.
I have inserted two records in customer table PId name 1 Ram 2 shyam
in order table
PId customerId 3 1 4 2
In orderitem table
PId Order 5 3 6 4
in sync framework I want to upload only Ram data which has id=1 and its foreign key related tables data.