I am using VS2010 Beta 2, I have a complex type called Address with the following properties:
I have a Country entity defined in my model, but I cannot find a way to add a link (navigation property) from the CountryId my Complex Type property to the Id property of my Country object .
Am I doing it wrong or is it something that I cannot do with the designer? ...
Another option that I have is just to create an Address object, but it just doesn't suit me.
source
share