Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RowUpdatingEventArgs::BaseCommand Property

 

Gets or sets the IDbCommand object for an instance of this class.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

protected:
property IDbCommand^ BaseCommand {
	virtual IDbCommand^ get();
	virtual void set(IDbCommand^ value);
}

Property Value

Type: System.Data::IDbCommand^

The IDbCommand to execute during the Update.

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
Return to top
Show:
© 2017 Microsoft