Flee icon indicating copy to clipboard operation
Flee copied to clipboard

[Question] parse an expression into a .NET delegate

Open xalikoutis opened this issue 7 years ago • 0 comments

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

xalikoutis avatar Nov 23 '17 22:11 xalikoutis