How to get Return Value of a Stored Procedure

Add a parameter, using ParameterDirection.ReturnValue. The return value will be present in the paramter after the execution.

Leave a Comment