many to many relation

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
Q.X
Posts: 22
Joined: Mon 24 Sep 2012 09:19

many to many relation

Post by Q.X » Tue 19 Feb 2013 12:59

how to set inverse=false both side in many to many relation?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: many to many relation

Post by Shalex » Wed 20 Feb 2013 12:40

For many-to-many relationship, one end of the association must have Inverse=True: http://stackoverflow.com/questions/7136 ... nhibernate.

Post Reply