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.
OracleCommand::UpdatedRowSource Property
.NET Framework (current version)
Gets or sets a value that specifies how the Update method should apply command results to the DataRow.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: property UpdateRowSource UpdatedRowSource { virtual UpdateRowSource get() override; virtual void set(UpdateRowSource value) override; }
Implements
IDbCommand::UpdatedRowSource| Exception | Condition |
|---|---|
| ArgumentException | The value entered was not one of the UpdateRowSource values. |
The default UpdateRowSource value is Both unless the command is automatically generated (as in the case of the OracleCommandBuilder), in which case the default is None.
For more information about using the UpdateRowSource property, see DataAdapter Parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: