Closed JensDll closed 4 years ago
Hi, is there a recommended way to handle stored procedure output parameters?
Is this what you need: https://github.com/JocaPC/Belgrade-SqlClient/blob/master/Test/Master/BasicCommandTest.cs#L21
This test case executes internal procedure.
Ah yes thank you that works.
Hi, is there a recommended way to handle stored procedure output parameters?