OracleRowUpdatingEventArgs.Command Property

Definition

Gets or sets the OracleCommand to execute when performing the Update(DataSet).

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

Property Value

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

Applies to