Allows you to dynamically composing expression predicates to be used in WHERE clauses in LINQ and also in EntityFramework.
Questions tagged [predicatebuilder]
241 questions
-4
votes
1 answer
Regular expression taking long time to execcute
I have used this predicate builder to create filter expression to use with LINQ queries.
So while building have included regular expression to match certain condition,but it takes too long to execute any idea why or how to improve ?
For…

user13656520
- 25
- 3