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.
OleDbCommand::UpdatedRowSource Property
.NET Framework (current version)
Gets or sets how command results are applied to the DataRow when used by the Update method of the OleDbDataAdapter.
Assembly: System.Data (in System.Data.dll)
public: property UpdateRowSource UpdatedRowSource { virtual UpdateRowSource get() override; virtual void set(UpdateRowSource value) override; }
| Exception | Condition |
|---|---|
| ArgumentException | The value entered was not one of the UpdateRowSource values. |
The default UpdatedRowSource value is Both unless the command is automatically generated (as with the OleDbCommandBuilder), in which case the default is None.
For more information about how to use the UpdatedRowSource property, see DataAdapter Parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: