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