Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Currently I am working on Nhibernate architecture with Asp.net C#. Can any one help me how to write the following query in nhibernate hbm.xml mapping.


select * from Table1 a,table2 b where a.column1=b.column1 and a.column2=b.column2 and a.column3=b.column3


Thanks in Advance
Posted
Comments
Suvendu Shekhar Giri 30-Oct-15 2:12am    
Share your hbm file structures and share the code you have tried so far.
Are you able to do simple queries and stuck with JOIN?

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