SqlDataSourceView.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 che indica se il testo nella UpdateCommand proprietà è 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 SqlDataSourceCommandType valori. Il valore predefinito è il Text valore .
Eccezioni
Il valore selezionato non è uno dei SqlDataSourceCommandType valori.
Commenti
Il valore della UpdateCommandType proprietà viene archiviato nello stato di visualizzazione.