Share via


SqlDataSourceDesigner.SelectCommand Propriété

Définition

Obtient ou définit la requête SQL dans le SqlDataSource associé pour sélectionner des données de la base de données sous-jacente.

public:
 property System::String ^ SelectCommand { System::String ^ get(); void set(System::String ^ value); };
public string SelectCommand { get; set; }
member this.SelectCommand : string with get, set
Public Property SelectCommand As String

Valeur de propriété

Requête SQL.

Remarques

La SelectCommand propriété ombrage la même propriété dans le contrôle associé et est destinée à une utilisation interne uniquement.

S’applique à

Voir aussi