perhaps... the variable name is not the same: item != items On Tue, Sep 21, 2010 at 8:15 PM, José F. Romaniello <[email protected]>wrote:
> he must be doing that... > because *IList<...>* aa = > > 2010/9/21 Fabio Maulo <[email protected]> > >> ah... >> as curiosity.... >> Are you using join between a list in RAM and a Queriable in DB ? >> >> On Tue, Sep 21, 2010 at 7:02 PM, Scott <[email protected]> wrote: >> >>> 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]<nhusers%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/nhusers?hl=en. >>> >>> >> >> >> -- >> Fabio Maulo >> >> -- >> 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]<nhusers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en. >> > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- Fabio Maulo -- 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.
