PagingInfo ComplexType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies a number of pages and a number of entity instances per page to return from the query.
This Web API complex type corresponds to the organization service PagingInfo.
The properties of a complex type contain the structured data of the type.
Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
Count | Edm.Int32 | The number of entity instances returned per page. | ||
PageNumber | Edm.Int32 | The number of pages returned from the query. | ||
PagingCookie | Edm.String | false | The info used to page large result sets. | |
ReturnTotalRecordCount | Edm.Boolean | The total number of records should be returned from the query. |
The following use the PagingInfo complex type.
Name | How used | Description |
|---|---|---|
PagingInfo Parameter | Detects and retrieves duplicates for a specified record. | |
PageInfo Parameter | Retrieve the changes for an entity. | |
PagingInfo Parameter | Retrieves the data from the parse table. | |
PageInfo Property | A complex query expressed in a hierarchy of expressions. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright