Skip to content

Commit 521b5bf

Browse files
committed
Updates per feedback
1 parent 6ed6252 commit 521b5bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,10 @@ Runs a stored procedure on an SQL database.
551551

552552
| Name | Type |
553553
|------|------|
554-
| **Result** | An array object that returns the stored procedure result |
555-
| **Result Result Sets** | An array object that returns all the stored procedure results |
556-
| **Result Stored Procedure Parameters** | The final values of the stored procedure's output and input-output parameters |
557-
| **Result Return Code** | The return code from the stored procedure |
554+
| **Result** | An object that contains the result sets object array, return code, and output parameters |
555+
| **Result Result Sets** | An object array that contains all the result sets. A stored procedure might return zero, one, or multiple result sets. |
556+
| **Result Return Code** | An integer that represents the status code from the stored procedure |
557+
| **Result Stored Procedure Parameters** | An object that contains the final values of the stored procedure's output and input-output parameters |
558558
| **Status Code** | The status code from the **Execute stored procedure** operation |
559559

560560
<a name="get-rows"></a>

0 commit comments

Comments
 (0)