Den 16 april 2012 15:38 skrev WillyA <[email protected]>:
> .Where(c => c.CustomerId.IsIn(_list.Select(l => > l.Client.CustomerId).ToList())) Try .Where(c => c.IsIn(_list.Select(l => l.Client).ToList())) /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.
