Propiedad QueryExpression.PageInfo
Se aplica 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.
Espacio de nombres: Microsoft.Xrm.Sdk.Query
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property PageInfo As PagingInfo
[DataMemberAttribute]
public PagingInfo PageInfo { get; set; }
Valor de propiedad
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.
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Clase de QueryExpression
Miembros de QueryExpression
Espacio de nombres de Microsoft.Xrm.Sdk.Query
Otros recursos
Page Large Result Sets with Query Expression and FetchXML
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.