In my project, I use many LINQ expressions, and I would allow users to enter their own queries by typing linq query in text input
So, is it possible to create a LINQ expression from text containing this? And besides, is it possible to get the text equivalent of a linq request? (for example, from FOO in the bar, select foo)
thanks in advance
source
share