How do I get output values from Stored Procedures in .net?
I have this code where I’m trying to get the results of a stored procedure. I’m getting the error “the required column Quantidade was not present in the results of a fromsql operation”. This happens even though on sql profiler the variables are getting the correct values when I call the method.