Convert a string to Linq.Expressions or use a string as Selector?

Posted by VJ on Stack Overflow See other posts from Stack Overflow or by VJ
Published on 2010-05-06T18:21:45Z Indexed on 2010/05/06 18:28 UTC
Read the original article Hit count: 273

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about c#