Flee
Flee copied to clipboard
[Question] parse an expression into a .NET delegate
Hi is it possible somehow to produce a delagate in order to use like
customers.Where(dynamicWhere)
I am building an asp.net core api i d like to create querable endpoints like /api/customers?where=Age>5 AND Weight<7
then parse and compile it using Flee to delagate