Hi Silvio,
I think my post´s subject was misleading. The example you provided has a ReportsToEmployeeId that refers to the Id of the same table, however what I want is an hypothetical Father table to have a 1..* relation to a Child table while also having a 1..1 relation to the same Child table.
Here´s the screenshot of what I´d like:
If I try to build this DevForce throws this:
Error 2 #error: 'DevForce requires that foreign key columns be included in the model. This must be set when the EDMX is first created. If you are upgrading from DevForce 2009, you cannot use the old model and should recreate it using the Entity Framework for .NET 4.0. The following associations were not set up with foreign key associations enabled: FatherChild1'
Edited by samir - 22-Jun-2011 at 6:04am