SqlRowUpdatingEventArgs.Command Property

Definition

Gets or sets the SqlCommand to execute when performing the 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

Property Value

The SqlCommand to execute when performing the Update(DataSet).

Applies to

See also