Many-to-many Mapping with a Surrogate key
I have a many-to-many mapping with a surrogate key on the join table. Do I have to resort to xml mappings for this or does fluent support the idbag tag.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Hudson Akridge on 02 Mar, 2010 05:21 PM
I don't believe we support idbag for this operation. Is it possible to use a combination of ChildKeyColumn() and ParentKeyColumn() being called multiple times, or will only the idbag do what you need?
Support Staff 3 Posted by James Gregory on 04 Mar, 2010 01:27 PM
Hudson is correct, we don't support
idbag
for this situation.Chris, have you been able to find a work-around for this issue?
James Gregory resolved this discussion on 18 Mar, 2010 12:17 PM.