this C# instruction is not working for me I think because of the {message} variable output
string message = null; command = new SqlCommand($"exec ReAppoint '{sid1}', '{sid2}', '{R2.bid}', '{R2.resDate}' , {message} output", connection);
I just wanna know how to save the error message "message" inside C# variable