QueryByAttribute.PageInfo Property
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.
Gets or sets the number of pages and the number of entity instances per page returned from the query.
public:
property Microsoft::Xrm::Sdk::Query::PagingInfo ^ PageInfo { Microsoft::Xrm::Sdk::Query::PagingInfo ^ get(); void set(Microsoft::Xrm::Sdk::Query::PagingInfo ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.PagingInfo PageInfo { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PageInfo : Microsoft.Xrm.Sdk.Query.PagingInfo with get, set
Public Property PageInfo As PagingInfo
Property Value
The number of pages and the number of entity instances per page returned from the query.
A query can contain either PageInfo or TopCount property values. If both are specified, an error will be thrown.
- Attributes