Well, now I have a string that has the value of the expression to be evaluated .. it has the value expr => expr.FieldName ... so I want to use this string as Linq. An expression or any other way to query ... e.g. Select(str) .
Please help me.
c # expression linq
Vishal
source share