Im sorry I had to put bug in the title because I cannot find any reason why it is doing what it is.
What I have is a typical parent-child relation. I load up a few hundred parent records and then I have a bag representing a child type. I noticed that if my parent record is suppose to have 3 child records, it does, but the 3 records are the same record. Its like NHibernate knows how many child records there are but inside the loop it is not moving next in the record set. Does anyone from nhibernate know what is going on? I am not excluding the great possibility that I am doing something wrong I just can't see why it is creating the same duplicate records.
Thanks
|