Is there any sql interpreter for objects?
        Posted  
        
            by Behrooz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Behrooz
        
        
        
        Published on 2010-06-15T17:27:37Z
        Indexed on 
            2010/06/15
            17:32 UTC
        
        
        Read the original article
        Hit count: 233
        
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 6000 queries which i can reduce to 9 if i find some tool doing that for me.  
Opensource is very applicable.
thanks in advance.
© Stack Overflow or respective owner