Hi,

parent - abstract class
child1 - joined sub class

thirdtable - class
this class having manytoone relationship to the parent table.

and i have a collection [onetomany] to the thirdtable.

now when i tried to save the child1, I am getting this error:

System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and less than the size of the collection.
Parameter name: index.

pls help

how do the thirdtable foreign key getting filled when the save happens
on child1.

-- 
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