DbCommand.CommandText 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 la commande de texte à exécuter sur la source de données.
public:
abstract property System::String ^ CommandText { System::String ^ get(); void set(System::String ^ value); };
public abstract string CommandText { get; set; }
member this.CommandText : string with get, set
Public MustOverride Property CommandText As String
Valeur de propriété
La commande texte à exécuter. La valeur par défaut est une chaîne vide ("").
Implémente
Remarques
Lorsque vous définissez sur CommandTypeStoredProcedure
, vous devez définir la CommandText propriété sur le nom de la procédure stockée. La commande exécute cette procédure stockée lorsque vous appelez l’une Execute
des méthodes .