Fluent Nhibernate napping to existing database with primary key in joining table of a many to many r
- by Todd
I have an existing database with a many to many relationship however the joining table has a primary key ID and 2 foreign keys to do the join.
Is it possible to configure the mapping files to handle this? at the moment i am stuck.
Thanks