|
Guys,
I have an IList which is referenced inside the mapping file as:
<bag name="ObjectCollectionName" table="LinkTable" >
<key column="Table1ID" />
<many-to-many column="Table2ID" class="Example.Modules.Abs, Assembly.Modules" />
</bag>
It all works fine, but now I want to change my IList to a Generic IList. When I do this (By adding generic="true" to the bag) and then change the code appropriately, it does not work.
So my question is: Apparently NHibertnate 1.2 supports this, so could someone put an example together, or take my example BAG and show what changes are needed to get the Generic ILists working?
Thank you for your time,
-Mike Bartlett
-UK
_________________ Thanks,
-Mike
|