SqlDataSource.DeleteCommandType Propriedade

Definição

Obtém ou define um valor que indica se o texto da propriedade DeleteCommand é uma instrução SQL ou o nome de um procedimento armazenado.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

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 DeleteCommandType propriedade é delegada à DeleteCommandType Propriedade do SqlDataSourceView objeto que está associado ao SqlDataSource controle.The DeleteCommandType property delegates to the DeleteCommandType property of the SqlDataSourceView object that is associated with the SqlDataSource control.

Aplica-se a

Confira também