Hi everyone,
I'm trying to access the generated SQL at runtime so i can re-use it for in a separate reporting module which is not using LLBLGEN Pro. I have read many posts that talk about extending the DataAccessAdapter class and overriding the OnFetchEntity or the OnFetchEntityCollection function. Now, I don't know for what reason but I cannot find the location of the DataAccessAdapter class. The closest thing available is the SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase class but it doesn't seem to be what I am supposed to use.
Can someone point me in the right direction?
If someone can supply the skeleton (including "using" statements) of a working class that is extending the DataAccessAdapter class it would be really appreciated!!
Thanks in advance!
Joel