ObjectDataSourceView.SelectCountMethod 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 ou définit le nom de la méthode ou de la fonction que le contrôle ObjectDataSourceView appelle pour récupérer un nombre de lignes.
public:
property System::String ^ SelectCountMethod { System::String ^ get(); void set(System::String ^ value); };
public string SelectCountMethod { get; set; }
member this.SelectCountMethod : string with get, set
Public Property SelectCountMethod As String
Valeur de propriété
Une chaîne qui représente le nom de la méthode ou de la fonction utilisé par ObjectDataSourceView pour récupérer un nombre de lignes. La valeur par défaut est une chaîne vide ("").
Remarques
identifie SelectCountMethod une méthode d’objet métier utilisée pour récupérer un nombre total de lignes afin de prendre en charge la pagination de source de données. La SelectCountMethod propriété est évaluée, uniquement si la EnablePaging propriété a la true
valeur . Pour plus d’informations sur la prise en charge de la pagination par , ObjectDataSourceViewconsultez EnablePaging.
La valeur de la SelectCountMethod propriété est stockée dans l’état d’affichage.