PagingInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a number of pages and a number of entity instances per page to return from the query.
For the Web API the corresponding type is PagingInfo ComplexType.
public ref class PagingInfo sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="PagingInfo", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class PagingInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="PagingInfo", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type PagingInfo = class
interface IExtensibleDataObject
Public NotInheritable Class PagingInfo
Implements IExtensibleDataObject
- Inheritance
-
PagingInfo
- Attributes
- Implements
Constructors
| PagingInfo() |
Initializes a new instance of the PagingInfo class. |
Properties
| 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. |