Den 17 april 2012 14:07 skrev WillyA <[email protected]>: > Hi, > It try your suggestion, > .Where(c => c.IsIn(_list.Select(l => l.Client).ToList())) > I get an exception "System.Exception : Could not determine member from > c"!
I don't remember the details, but you should be able to rewrite the restriction using some other overload but following the same principle. Perhaps you need to use the Restrictions class. /Oskar -- 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.
