Hi
I have a question that seems so fundamental I fear I may be missing some crucial point somewhere... ;-)
I am familiar with using the generated code to populate Entitys, COllections, call stored procs, read views etc. However, I cant seem to find any description of how to construct and execute an arbitrary SQL query within the LLBLGen framework. By this I mean I want to generate a SQL Select command in code at runtime, execute it and then iterate through the rows in the returned resultset.
It seems the only way to achieve this would be to define my arbitrary select as a View in the DB and generate appropriate code using LLBLGen.
So is this possible, or have I missed the point...?
Cheers
Brett