SqlRowUpdatingEventArgs.Command Propriedade

Definição

Obtém ou define o SqlCommand a ser executado ao realizar a Update(DataSet).

public:
 property System::Data::SqlClient::SqlCommand ^ Command { System::Data::SqlClient::SqlCommand ^ get(); void set(System::Data::SqlClient::SqlCommand ^ value); };
public System.Data.SqlClient.SqlCommand Command { get; set; }
member this.Command : System.Data.SqlClient.SqlCommand with get, set
Public Property Command As SqlCommand

Valor da propriedade

O SqlCommand a ser executado ao executar o Update(DataSet).

Aplica-se a

Confira também