Missing Stored procedure Name Argument in .Net6

Posts   
 
    
shehab
User
Posts: 4
Joined: 01-Jan-2024
# Posted on: 01-Jan-2024 14:00:40   

I'm using LLBL 5.11.0 (latest) to generate packages that contain stored procedures from Oracle db and I do mapping it to my .Net6 project and these are packages that I use "SD.LLBLGen.Pro.DQE.OracleODPNET" and "SD.LLBLGen.Pro.ORMSupportClasses" .. after getting stored using "sync relational model" and "generate source code" it reflected to my class in .Net as apart of "Retrieval Procedures" class but all stored procedures are not contain "stored procedure name" argument .. Like this :

private static StoredProcedureCall ProcedureNameCall(IDataAccessCore dataAccessProvider, parameter) { return new StoredProcedureCall(dataAccessProvider, 'missing Argument ' , "mapingName") .AddParameter("coulmnName", "", "", "", "", "", "", ""); }

If any one can help because I can't guess what is missing .. thank you

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39617
Joined: 17-Aug-2003
# Posted on: 02-Jan-2024 08:20:23   

Please don't open 3 threads for the same topic. I'll keep the helpdesk thread and close the others

Frans Bouma | Lead developer LLBLGen Pro