PagingInfo Members
Specifies a number of pages and a number of entity instances per page to return from the query.
The following tables list the members exposed by the PagingInfo type.
Public Constructors
Name | Description | |
---|---|---|
PagingInfo | Initializes a new instance of the PagingInfo class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets or sets the number of entity instances returned per page. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. |
![]() |
PageNumber | Gets or sets the number of pages returned from the query. |
![]() |
PagingCookie | Gets or sets the info used to page large result sets. |
![]() |
ReturnTotalRecordCount | Sets whether the total number of records should be returned from the query. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
PagingInfo Class
Microsoft.Xrm.Sdk.Query Namespace
PagingInfo Class
Other Resources
Page Large Result Sets with Query Expression and FetchXML
Sample: Use FetchXML with a Paging Cookie
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.