SqlDataSource.UpdateCommandType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore indicante se il testo nella proprietà UpdateCommand è un'istruzione SQL o il nome di una stored procedure.
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
Valore della proprietà
Uno dei valori di SqlDataSourceCommandType. Il valore predefinito è il valore Text.
Commenti
La UpdateCommandType proprietà delega alla UpdateCommandType proprietà dell'oggetto SqlDataSourceView associato al SqlDataSource controllo.