Hello,
I am trying to emulate the following SQL statement in Criteria API:

SELECT ...
FROM MyParentTable parent
    INNER JOIN MyChildTable child ON (child.ParentID = parent.ID AND
child.IsMain = 1)

Is this something I would want to used DetachedCriteria for, or is
there a more direct way?

Thanks!

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