Hi
I have 3 tables with following relations with each others: -
1. TableA - Header table
2. TableB -- LineTable -- it has relation with TableA ( TableA.fieldA == TableB.FieldA)
3. TableC -- LineTable -- It has relation with TableB (TableB.fieldB == TableC.fieldB)
I need to create composite entity with all these three tables however i have individual entities for all these 3 tables already. I have seen MS docs explaining composite entity but that is for only 2 tables. Please suggest