Can someone tell me why when I use the NHibernate Linq inhibitor it gets the entire table when I trace it in Sql Profiler and if I use it in the from it gets the entire table 1 record at a time.
Simple query IList<Item> item = FromSomeSource(); var score = (from i in items join s in NHibernateSession.Linq<Score>() on i equals s.Item select s); -- 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.
