Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PagingInfo Class

Definition

Namespace:
Microsoft.Xrm.Sdk.Query
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

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

Name Description
PagingInfo()

Initializes a new instance of the PagingInfo class.

Properties

Name Description
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