OracleRowUpdatingEventArgs::Command Property
.NET Framework (current version)
Gets or sets the OracleCommand to execute when performing the Update.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: property OracleCommand^ Command { OracleCommand^ get(); void set(OracleCommand^ value); }
Property Value
Type: System.Data.OracleClient::OracleCommand^The OracleCommand to execute when performing the Update.
.NET Framework
Available since 1.1
Available since 1.1
Show: