Through the collection relation
mapper.Class<Animal>(map =>
 {
 map.Id(x => x.Id, idmap => { });
 map.IdBag(x => x.Children, bag => { }, rel=> rel.ManyToMany());
 });


On Tue, Apr 19, 2011 at 8:58 AM, Michael DELVA <[email protected]>wrote:

> Hello,
>
> I couldn't see any ManyToMany method on IClassMapper.
>
> How can I define a many-to-many relationship between 2 entities?
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> 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.
>



-- 
Fabio Maulo

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
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.

Reply via email to