Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Predicate<T> or Expression<Func<T,bool>> #18

Open
moh-hassan opened this issue Feb 19, 2018 · 0 comments
Open

How to get Predicate<T> or Expression<Func<T,bool>> #18

moh-hassan opened this issue Feb 19, 2018 · 0 comments

Comments

@moh-hassan
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant