Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Cancel
2
  • I had same question ( stackoverflow.com/questions/798553/user-defined-filter-for-linq ), and @tvanfosson told me about Dynamic Linq ( code.msdn.microsoft.com/csharpsamples ).
    – TcKs
    Commented May 11, 2009 at 14:40
  • It's not clear what should happen with these Dictionary<string,List<string>> pairs. The key is obviously a property/field, but how should its value be compared to the strings in List<string>? And should the predicates be additional (&&) or extended (||)? Without such details this question can't be answered and most of the answers even totally ignored this part. Commented Aug 2, 2024 at 12:13