RowUpdatingEventArgs::BaseCommand Property
.NET Framework (current version)
Gets or sets the IDbCommand object for an instance of this class.
Assembly: System.Data (in System.Data.dll)
protected: property IDbCommand^ BaseCommand { virtual IDbCommand^ get(); virtual void set(IDbCommand^ value); }
This method allows implementations to perform type checking for the IDbCommand object assignment. Only valid IDbCommand objects, for example a SqlCommand object, should be permitted.
.NET Framework
Available since 2.0
Available since 2.0
Show: