Is there any sql interpreter for objects?
Is there any interpreter that takes a string or even a custom object as input and execute it on my datasource?
I cannot use linq to object because query always changes and the report i'm working on, has about 600开发者_运维技巧0 queries which i can reduce to 9 if i find some tool doing that for me.Opensource is very applicable.
thanks in advance.
Check out the expression evaluation functionality within the (open source) Spring.NET library:
http://www.springframework.net/doc-latest/reference/html/expressions.html
精彩评论