From 4d4a467ea6094686bf278576ed54fd306e16fec8 Mon Sep 17 00:00:00 2001 From: "Kasper B. Graversen" Date: Thu, 4 Apr 2024 13:40:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 00eb885..f2bce19 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ public void RunStoredProcedureWithArrayAsParameters(IEnumerable idvalues) } ``` +Remember when calling to always have the `RETURN_VALUE` parameter even when calling procedures having `OUT` parameters! Or you get errors telling you either need parameters or that the procedure is not defined. + + ## Building From a powershell script, run `build.ps1` from the root folder of the repo.