开发者

Is there any sql interpreter for objects?

开发者 https://www.devze.com 2023-01-03 08:25 出处:网络
Is there any interpreter that takes a string or even a custom object as input and execute it on my datasource?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消