Compartir a través de


Propiedad PagingInfo.ReturnTotalRecordCount

Se aplica a: CRM 2015 on-prem, CRM Online

Sets whether the total number of records should be 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 ReturnTotalRecordCount As Boolean
[DataMemberAttribute] 
public bool ReturnTotalRecordCount { get; set; }

Valor de propiedad

Type: Booleano
true if the TotalRecordCount should be set when the query is executed; otherwise, false.

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 PagingInfo
Miembros de PagingInfo
Espacio de nombres de Microsoft.Xrm.Sdk.Query
Propiedad EntityCollection.TotalRecordCount

Otros recursos

Use the QueryExpression Class

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.