Just got LLBLGen Pro v3.1 and after working with it for bit I have a question.
There are some complicated report procedures that I work with that LLBLGen does not recognize the result sets for. I generally see this when the procedures have temp tables in them or a bit of IF THEN ELSE branching. I can usually get around this by commenting out all the code except for the final select statements and this usual gets LLBLGen to pick up the result set(s).
The issue arises when I have to add a new procedure to the data model for a new report and I refresh the model I lose the result sets for the complicated stored procedures every time. I also lose are the mapping for the typed views that were created for these particular stored procedures.
Is there a better way to do this? Can I add a stored procedure to the model without having to refresh the data model?
Thanks for the help in advance!
Dan