ok ....so I am still browsing a Project file using the State Browser...... and I have a question about entityfieldRelation objects. Specifically the RelationStartFieldISFkSide Property.
Under what circumstances would RelationStartFieldISFkSide be set to True?
Browsing the relations in the OrdersEntity (Northwind sample) I noticed that it was always set to False. At first I thought that maybe it was used with a 1:1 relation. Figured maybe in a 1:1 relation the two related entities would share the entityfieldRelation object. So I tried this, I added a new table to the database called ExtendedOrderInfo and created a 1:1 relation to Orders with the Orders table as the PK table.
I refreshed the project added the new entity and looked at both of the entityfieldRelation objects....but both are set to false as it appears that 2 entityfieldRelation objects are created.
Thanks for the help.
Thanks
Bert