ike, for me it seems that with your fluent code you are trying to map a
"Dictionary" instead of a plain collection... something like this should
work:
mapper.Class<YourClass>(map => map.Set(p => p.CurrentlyReading,
set => set.Cascade(Cascade.All),
rel => rel.ManyToMany()));
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/nhusers/-/JJSWuvffoAAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.