Convert a string to Linq.Expressions or use a string as Selector?
- by VJ
Well I have a string now that has the expression value to be evaluated..it has say value "expr=expr.FieldName"... so I want to use this string as Linq.Expression or any other way to query...like Select(str). Please help me out.