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.
Asked
Active
Viewed 5,420 times
3

Roman Marusyk
- 23,328
- 24
- 73
- 116

Vishal
- 12,133
- 17
- 82
- 128
1 Answers
2
While I haven't personally used it, the Dynamic Linq Library might be useful for you. Check out ScottGu's post: http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx

Paul Kearney - pk
- 5,435
- 26
- 28
-
I have tried Scott Gu's Dynamic Library before and didnt work for me some issue with my side...I need to fix..So I was looking for something else. But thanks for your reply... – Vishal May 06 '10 at 19:09