Propriedade QueryExpression.PageInfo
Aplica-se a: CRM 2015 on-prem, CRM Online
Gets or sets the number of pages and the number of entity instances per page returned from the query.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property PageInfo As PagingInfo
[DataMemberAttribute]
public PagingInfo PageInfo { get; set; }
Valor de Propriedade
Type: PagingInfo
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.
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Classe QueryExpression
Membros de QueryExpression
Namespace Microsoft.Xrm.Sdk.Query
Outros recursos
Page Large Result Sets with Query Expression and FetchXML
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.