Skip to content

Commit afa2561

Browse files
committed
Cap fixes
1 parent c1c8486 commit afa2561

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Runs a query on an SQL database.
530530
| Name | Type |
531531
|------|------|
532532
| **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. |
534534

535535
<a name="execute-stored-procedure"></a>
536536

@@ -552,10 +552,10 @@ Runs a stored procedure on an SQL database.
552552
| Name | Type |
553553
|------|------|
554554
| **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 |
559559

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

@@ -577,7 +577,7 @@ Gets the table rows that match the specified **Where condition** value.
577577
| Name | Type |
578578
|------|------|
579579
| **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. |
581581

582582
*Example*
583583

0 commit comments

Comments
 (0)