Fluent Nhibernate napping to existing database with primary key in joining table of a many to many r
        Posted  
        
            by Todd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Todd
        
        
        
        Published on 2010-04-28T04:17:56Z
        Indexed on 
            2010/04/28
            4:23 UTC
        
        
        Read the original article
        Hit count: 281
        
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
© Stack Overflow or respective owner