Can anybody give me a propper tutorial on how to add associations to an EDM model which is based on a database without foreign keys?
I've been looking around, but I can't find anything up to date for EF4.
Thanks in advance,
- Yannick
Is the database contains PK? if not I am afraid you can't do that because
SQL is RelationShip DB not the same as Access DB.
thaicarrot
Contributor
5132 Points
1465 Posts
Re: EF4 No foreign keys - map associations
Feb 13, 2012 03:40 PM|LINK
Is the database contains PK? if not I am afraid you can't do that because SQL is RelationShip DB not the same as Access DB.
Weera