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.

IDbCommand::UpdatedRowSource Property

 

Gets or sets how command results are applied to the DataRow when used by the Update method of a DbDataAdapter.

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

property UpdateRowSource UpdatedRowSource {
	UpdateRowSource get();
	void set(UpdateRowSource value);
}

Property Value

Type: System.Data::UpdateRowSource

One of the UpdateRowSource values. The default is Both unless the command is automatically generated. Then the default is None.

Exception Condition
ArgumentException

The value entered was not one of the UpdateRowSource values.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft