JocaPC / Belgrade-SqlClient

Small async ADO.NET helper library
http://jocapc.github.io/Belgrade-SqlClient/
Other
93 stars 14 forks source link

Output parameters #13

Closed JensDll closed 4 years ago

JensDll commented 4 years ago

Hi, is there a recommended way to handle stored procedure output parameters?

JocaPC commented 4 years ago

Is this what you need: https://github.com/JocaPC/Belgrade-SqlClient/blob/master/Test/Master/BasicCommandTest.cs#L21

This test case executes internal procedure.

JensDll commented 4 years ago

Ah yes thank you that works.