AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

PLINQO EF: Many to Many Associations are not being detected properly when the Intermediary table contains a Computed/Identity column #577

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By default Microsoft excludes Many-To-Many relationships that have computed 
columns in the Intermediary table which is incorrect. We can't yet support this 
because the EDMX file throws some errors when we do :\

http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/b4
15b97d-94d4-4db5-b1c1-43e4fdddd2ec

http://forums.silverlight.net/forums/p/225889/545801.aspx#545801

Original issue reported on code.google.com by bniemyjski on 14 Apr 2011 at 8:36