Share via


EntityDataSourceView.CanRetrieveTotalRowCount Propriété

Définition

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é

Boolean

true si l'opération est prise en charge ; sinon, false.

S’applique à