You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-sqlazure.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -530,7 +530,7 @@ Runs a query on an SQL database.
530
530
| Name | Type |
531
531
|------|------|
532
532
|**Result**| An array object that returns all the query results. Each row contains the column name and the corresponding value. |
533
-
|**Result item**| An array object that returns one query result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. Each row contains the column name and the corresponding value. |
533
+
|**Result Item**| An array object that returns one query result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. Each row contains the column name and the corresponding value. |
534
534
535
535
<aname="execute-stored-procedure"></a>
536
536
@@ -552,10 +552,10 @@ Runs a stored procedure on an SQL database.
552
552
| Name | Type |
553
553
|------|------|
554
554
|**Result**| An array object that returns all the query results |
555
-
|**Result result sets**| An array object that returns one query result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. |
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 |
558
-
|**Status code**| The status code from the **Execute stored procedure** operation |
555
+
|**Result Result Sets**| An array object that returns one query result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. |
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 |
558
+
|**Status Code**| The status code from the **Execute stored procedure** operation |
559
559
560
560
<aname="get-rows"></a>
561
561
@@ -577,7 +577,7 @@ Gets the table rows that match the specified **Where condition** value.
577
577
| Name | Type |
578
578
|------|------|
579
579
|**Result**| An array object that returns all the row results. |
580
-
|**Result item**| An array object that returns one row result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. |
580
+
|**Result Item**| An array object that returns one row result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. |
0 commit comments