Hello,
We intend to migrate our from Framework .Net 1.1 to Framework .Net 3.5.
We were also using LLBLGen v1, and now we want to use LLBLGen v3.
I have created a new project using LLBLGen v3 and added it to my Visual Studio Project.
However, there are some main things that are missing.
For exemple, in the DataAccessAdapter of the DatabaseSpecific, I could not find the method CallRetrievalStoredProcedure.
I don't know if it is related to this, but in LLBLGen v1, the project had 2 branches for the Stored Procedures: Retrival Stored Procedure Call & Action Stored Procedure Call.
Now, in the LLBLGen v3, these 2 branches don't exist or I couldn't understand how to make them. Are they now all in the same place?
Could you please advise about the missing of the method CallRetrievalStoredProcedure and about the Retrival Stored Procedure Call & Action Stored Procedure Call?
Thank you