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
public property Count Gets or sets the number of entity instances returned per page.
public property ExtensionData Gets or sets the structure that contains extra data.
public property PageNumber Gets or sets the number of pages returned from the query.
public property PagingCookie Gets or sets the info used to page large result sets.
public property ReturnTotalRecordCount Sets whether the total number of records should be returned from the query.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method 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.