SqlDataSource.UpdateCommandType Propriedade

Definição

Obtém ou define um valor que indica se o texto da propriedade UpdateCommand é uma instrução SQL ou o nome de um procedimento armazenado.Gets or sets a value indicating whether the text in the UpdateCommand property is an 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

Valor da propriedade

SqlDataSourceCommandType

Um dos valores de SqlDataSourceCommandType.One of the SqlDataSourceCommandType values. O padrão é o valor Text.The default is the Text value.

Comentários

A UpdateCommandType propriedade é delegada à UpdateCommandType Propriedade do SqlDataSourceView objeto que está associado ao SqlDataSource controle.The UpdateCommandType property delegates to the UpdateCommandType property of the SqlDataSourceView object that is associated with the SqlDataSource control.

Aplica-se a

Confira também