Executing dynamic sql queries

Posts   
 
    
Praveen
User
Posts: 31
Joined: 09-Jan-2012
# Posted on: 14-Feb-2012 14:29:47   

Hi,

I am using LLBLGen entity framework.. so far, I am using entity objects for all the fetch, update and delete operations.

Now, I am coming across a scenario, where in one of the column table will have sql query as meta data. I need to execute this query to construct some logic.

Is there a way, which I can run a sql query using llblgen framework or should I use ado.net to query these sql statement?

Regards,

Praveen.V.Nair

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 14-Feb-2012 18:34:16   
David Elizondo | LLBLGen Support Team