PredicateBuilder, build predicate over 2 tables using EF
问题 I've got a complex problem, but the explanation of it is even more complex (I think). But I'll give it a try anyway, if it's not clear, please ask me to elaborate. I have a table called UserService . A service is whatever a user offers, for example a band that plays in a cafe. Another one is DJ and room. Here is what the table looks like: [Table("UserService")] public class UserService { public int Id { get; set; } public string UserId { get; set; } public string Name { get; set; } public