from A a inner join a.B b where....
or
CreateCriteria(typeof(A)).CreateAlias("B","b", JoinType.InnerJoin)....Why is b's data returned in the result set/part of the select clause (if fetch or SetFetchMode isn't used)? I'm feel I'm missing something obvious here... /Roger --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
