Partager via


Propriété EntityCollection.TotalRecordCount

S'applique à: CRM 2015 on-prem, CRM Online

Gets the total number of records in the collection.ReturnTotalRecordCount was true when the query was executed .

Espace de noms: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property TotalRecordCount As Integer
[DataMemberAttribute] 
public int TotalRecordCount { get; set; }

Valeur de propriété

Type: Int32
The total number of records in the collection.

Remarques

If ReturnTotalRecordCount was false when the query was executed, the value of this property will be -1.

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Voir aussi

Référence

Classe EntityCollection
Membres EntityCollection
Espace de noms Microsoft.Xrm.Sdk
ReturnTotalRecordCount

Autres ressources

Use the QueryExpression Class

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