Hello Linq wizards, Nh2linq translates
query.Where(article => article.Categories.Any(c => categoryKeys.Contains(c.Key))); correctly into: ... and c1_.Key in ( @p3, @p4 ) ) ... How could I tell it to make something like: ... and c1_.Key = @p3 and c1_.Key = @p4 ) ) ... ? Can this be done? -- Jan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
