EntityDataSourceView.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 EntityDataSourceView qui est associé au contrôle EntityDataSource actuel prend en charge la récupération du nombre total de lignes en plus des 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é
true
si l'opération est prise en charge ; sinon, false
.