SqlDataSource.DeleteCommandType 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à DeleteCommand è un'istruzione SQL o il nome di una stored procedure.
public:
property System::Web::UI::WebControls::SqlDataSourceCommandType DeleteCommandType { System::Web::UI::WebControls::SqlDataSourceCommandType get(); void set(System::Web::UI::WebControls::SqlDataSourceCommandType value); };
public System.Web.UI.WebControls.SqlDataSourceCommandType DeleteCommandType { get; set; }
member this.DeleteCommandType : System.Web.UI.WebControls.SqlDataSourceCommandType with get, set
Public Property DeleteCommandType As SqlDataSourceCommandType
Valore della proprietà
Uno dei valori di SqlDataSourceCommandType. Il valore predefinito è il valore Text.
Commenti
La DeleteCommandType proprietà delega alla DeleteCommandType proprietà dell'oggetto SqlDataSourceView associato al SqlDataSource controllo .