Hi,

I'm trying to spin my head around getting this T-SQL  query into a
criteria/hql in NH 2.1:

select * from A
inner join B where B.ID = A.BID and B.Name = "Name1"
inner join B where B.ID = A.BID and B.Name = "Name2"

is it possible or do I need to revert to T-SQL queries here?

--
Patrik Löwendahl

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