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