SqlDataSourceView.UpdateCommandType Property

Definition

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

Property Value

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

Exceptions

The selected value is not one of the SqlDataSourceCommandType values.

Remarks

The value of the UpdateCommandType property is stored in view state.

Applies to

See also