Stored Procedure Name Argument is empty after sync from Oracle and generate source code for stored Procedure in .Net 6

Posts   
 
    
shehab
User
Posts: 4
Joined: 01-Jan-2024
# Posted on: 02-Jan-2024 07:34:47   

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", "", "", "", "", "", "", ""); }

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

Duplicate

Frans Bouma | Lead developer LLBLGen Pro