Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working with nhibernate

I have relation of one to many

and in class there is Ilist<classname> property in class which hold one to many relation
and also many to one relation in same class as well ( relation in 1 class )

I want to ask how to retrieve this " ilist<classname> " property (one to many) and
class instance for many to one

using createquery(" what to write here to retrive both data ???")

Thanks
Posted
Updated 1-Mar-13 2:12am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900