SqlDataSource.DeleteCommandType Property

Definition

Gets or sets a value indicating whether the text in the DeleteCommand property is an SQL statement or the name of a 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

Property Value

One of the SqlDataSourceCommandType values. The default is the Text value.

Remarks

The DeleteCommandType property delegates to the DeleteCommandType property of the SqlDataSourceView object that is associated with the SqlDataSource control.

Applies to

See also