PagingInfo Class

Definition

Specifies a number of pages and a number of entity instances per page to return from the query.

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

Remarks

For the Web API the corresponding type is PagingInfo complex type.

Constructors

PagingInfo()

Initializes a new instance of the PagingInfo class.

Properties

Count

Gets or sets the number of records 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 data used to page large result sets.

ReturnTotalRecordCount

Gets or sets whether the total number of records should be returned from the query.

Applies to

See also