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