Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to write one query in NHibernet. The query is as follows

Update table1 Set Date1=(Select top 1 max(Date) from table2 where Id=", Id


I don't know NHibernate so not getting how to write this query. Waiting for suggestions.

Thanks.
Rupali.
Posted
Updated 8-Jan-13 21:15pm
v2
Comments
Sandeep Mewara 9-Jan-13 2:49am    
http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/queryhql.html ?

1 solution

 
Share this answer
 
Comments
Rupali Jadhav 11-Jan-13 5:12am    
Thanks Sumit
But i dont want example for simple update qry. I want a nhibernet qry that will contain another select stmt. i.e. updating one table by fetching some value from another table.

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