SqlDataSourceView.CanRetrieveTotalRowCount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si l'objet SqlDataSourceView qui est associé au contrôle SqlDataSource en cours prend en charge la récupération du nombre total de lignes en plus du groupe de données.
public:
virtual property bool CanRetrieveTotalRowCount { bool get(); };
public override bool CanRetrieveTotalRowCount { get; }
member this.CanRetrieveTotalRowCount : bool
Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean
Valeur de propriété
false
dans tous les cas.
Remarques
L’objet SqlDataSourceView ne prend pas en charge la récupération du nombre de lignes.