You should probably direct this question to the NHUSERS discussion forum
that handles implementation/usage questions (
http://groups.google.com/group/nhusers).

This group is for discussion re: development on NHibernate itself rather
than developing your own projects with NHibernate.

Steve Bohlen
[email protected]
http://blog.unhandled-exceptions.com
http://twitter.com/sbohlen


On Thu, Oct 21, 2010 at 9:15 PM, Asela Gunawardena <[email protected]>wrote:

> Hi All,
>
> Consider the following table structure
>
> TableA - TableAB - TableB - TableC - TableCB [where as TableAB and
> TableBC are tables introduced resolve many to many relationships].
>
> my question is if i define an object structure like
>
> class A
> {
>   //Propertise
>   IList<C> C
> }
>
> is there a way of directly mapping class A to C directly [bag / set
> statements]; as Table A has a collection of C records in database
> level.

Reply via email to