SqlRowUpdatingEventArgs.Command 屬性

定義

取得或設定要在執行 SqlCommand 時執行的 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

屬性值

要在執行 SqlCommand 時執行的 Update(DataSet)

適用於

另請參閱