You were close! Thank you for pointing the way! It needed to be:
query = query.Where<T>(criterion).AsQueryable(); -Chris On Jun 18, 2:18 pm, Tuna Toksoz <[email protected]> wrote: > query.Where<T>(criterion); > > is the problematic stuff. > > try > > query=query.Where<T>(criterion) > > talking from memory, though. > > Tuna Toksöz > Eternal sunshine of the open source mind. > > http://devlicio.us/blogs/tuna_toksozhttp://tunatoksoz.comhttp://twitter.com/tehlike > > On Thu, Jun 18, 2009 at 11:52 PM, ChrisHolmes <[email protected]> wrote: > > query.Where<T>(criterion); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
