kafros wrote:
I need some help -- the LLBLGen documentation isn't helping. My project has generated code, but I need to access a stored procedure, that wasn't built into the LLBL generated code, from the project via an adapter. How do I do this?? I'm coding in C#.
Best thing is to add it to the project.
If you don't want that, you can call the procedure with the same code as how the other procedures are called in the ActionProcedures.cs file
It's a few lines of code, then call into DataAccessAdapter. So please check out hte ActionProcedures.cs file. If your proc retrieves data, check the RetrievalProcedures.cs file.