ObjectDataSourceDesigner.SelectMethod 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 à exécuter lorsque la méthode Select() du contrôle associé est appelée.
public:
property System::String ^ SelectMethod { System::String ^ get(); void set(System::String ^ value); };
public string SelectMethod { get; set; }
member this.SelectMethod : string with get, set
Public Property SelectMethod As String
Valeur de propriété
Chaîne contenant le nom de la méthode à exécuter lorsque le Select() est appelé.
Remarques
La SelectMethod propriété masque la SelectMethod propriété du contrôle associé.
Lorsque la valeur de la SelectMethod propriété est modifiée, le balisage au moment du design pour le contrôle associé ObjectDataSource est mis à jour. La RefreshSchema méthode est appelée, si la propriété a la CanRefreshSchema valeur true ; sinon, l’événement DataSourceChanged est déclenché.