SqlDataSource.UpdateCommandType 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 une valeur indiquant si le texte de la propriété UpdateCommand est une instruction SQL ou le nom d'une procédure stockée.
public:
property System::Web::UI::WebControls::SqlDataSourceCommandType UpdateCommandType { System::Web::UI::WebControls::SqlDataSourceCommandType get(); void set(System::Web::UI::WebControls::SqlDataSourceCommandType value); };
public System.Web.UI.WebControls.SqlDataSourceCommandType UpdateCommandType { get; set; }
member this.UpdateCommandType : System.Web.UI.WebControls.SqlDataSourceCommandType with get, set
Public Property UpdateCommandType As SqlDataSourceCommandType
Valeur de propriété
Une des valeurs de l'objet SqlDataSourceCommandType. La valeur par défaut est la valeur Text.
Remarques
La UpdateCommandType propriété délègue à la UpdateCommandType propriété de l’objet SqlDataSourceView associé au SqlDataSource contrôle .