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.
OdbcCommand::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 (in System.Data.dll)
public: property UpdateRowSource UpdatedRowSource { virtual UpdateRowSource get() override; virtual void set(UpdateRowSource value) override; }
Implements
IDbCommand::UpdatedRowSourceThe default UpdateRowSource value is Both unless the command is automatically generated, as with the OdbcCommandBuilder, 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: