Very quick question :
I\'m trying to create a predicate builder like this :
var predicate = PredicateBuilder.False();
Here is also a solution, it can parse a string expression to lambda expression like this
Expression> predicate = Interpreter.ParsePredicate("id = 1 and name='Test'").Result;
Refer to https://github.com/linhnle/Kkts.Expressions