How could I make a join query in NHibernate 3.2 (using LINQ or
Criteria API) without having the associated relation mapping between
those tables.

For example:
SELECT * FROM Table1 LEFT JOIN Table2 on Table1.Code = Table2.Code

Thanks in advance for any help.

Peter.

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