Skip to content

Commit 171f9b4

Browse files
authored
Merge pull request MicrosoftDocs#2211 from MarkMpn/patch-10
Expand query hint description
2 parents d03ad8c + d00a167 commit 171f9b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

powerapps-docs/developer/data-platform/org-service/use-queryexpression-class.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Console.WriteLine("---------------------------------------");
5757

5858
## Use SQL hints in a query
5959

60-
The <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> class contains a property named <xref:Microsoft.Xrm.Sdk.Query.QueryExpression.QueryHints>. By setting this property to one of the supported string values shown below, you can provide a hint for generated SQL text which affects the query's execution.
60+
The <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> class contains a property named <xref:Microsoft.Xrm.Sdk.Query.QueryExpression.QueryHints>. By setting this property to a comma-separated list of the supported string values shown below, you can provide a hint for generated SQL text which affects the query's execution.
6161

6262
|QueryHint value | SQL Query Option and Hint |
6363
|---------|---------|
@@ -70,7 +70,7 @@ The <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> class contains a property nam
7070
|MergeJoin | Merge Join |
7171
|HashJoin | Hash Join |
7272
|NO_PERFORMANCE_SPOOL | NO_PERFORMANCE_SPOOL |
73-
|MaxRecursion | MAXRECURSION number |
73+
|MaxRecursion=*n* | MAXRECURSION number |
7474

7575
More information: [Hints (Transact-SQL) - Query](/sql/t-sql/queries/hints-transact-sql-query)
7676

@@ -82,4 +82,5 @@ More information: [Hints (Transact-SQL) - Query](/sql/t-sql/queries/hints-transa
8282
[Using the FilterExpression Class](use-filterexpression-class.md)
8383
<xref:Microsoft.Xrm.Sdk.Query.QueryExpression>
8484

85-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
85+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
86+

0 commit comments

Comments
 (0)