You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Flee in application that need evaluate string expressions as a predicate and passed to other functions.
How to get Predicate or Expression<Func<T,bool>> from string expressions
Example:
Predicate GetPredicate ("Id == 5")
{
//Can Flee API support this
//how to use flee to convert the string expressions to Predicate
}
The text was updated successfully, but these errors were encountered:
I am trying to use Flee in application that need evaluate string expressions as a predicate and passed to other functions.
How to get Predicate or Expression<Func<T,bool>> from string expressions
Example:
Predicate GetPredicate ("Id == 5")
{
//Can Flee API support this
//how to use flee to convert the string expressions to Predicate
}
The text was updated successfully, but these errors were encountered: