❔ Dapper - Call stored procedure error
I finished to write my first POST Api, but I get an error when I execute it and it call a stored procedure.
I checked all parameters, count and names, and they are ok, what am I forgetting?
-$exception {"OUT or INOUT argument 1 for routine mydb.storedprocedure is not a variable or NEW pseudo-variable in BEFORE trigger"} MySqlConnector.MySqlExceptionErrorCode StoredProcedureNotVariableArgument MySqlConnector.MySqlErrorCodeI checked all parameters, count and names, and they are ok, what am I forgetting?