SqlCommand::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 DbDataAdapter.
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 in the case of the SqlCommandBuilder), in which case the default is None.
For more information about using the UpdatedRowSource property, see DataAdapter Parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: