Skip to content

Commit b09556c

Browse files
authored
Update page-large-result-sets-with-fetchxml.md
doc feedback 4741
1 parent 055e2f9 commit b09556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/org-service/page-large-result-sets-with-fetchxml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can page the results of a FetchXML query by using the paging cookie. The pag
1818

1919
FetchXML and <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> use different formats for their paging cookies. If you convert from one query format to the other by using the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message or the <xref:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest> message, the paging cookie value is ignored. In addition, if you request nonconsecutive pages, the paging cookie value is ignored.
2020

21-
When you use the paging cookie with FetchXML, make sure that you use the correct encoding. The following example shows the correct encoding when using the paging cookie with FetchXML:
21+
When you use the paging cookie with FetchXML, you must XML encode the cookie value. The following example shows what the XML encoded cookie looks like when using the paging cookie with FetchXML:
2222

2323
```csharp
2424
strQueryXML = @"

0 commit comments

Comments
 (0)