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
.NET Framework (current version)
Gets or sets how command results are applied to the DataRow when used by the Update method of a DbDataAdapter.
Assembly: System.Data (in System.Data.dll)
property UpdateRowSource UpdatedRowSource { UpdateRowSource get(); void set(UpdateRowSource value); }
Property Value
Type: System.Data::UpdateRowSourceOne 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
Available since 1.1
Show: