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.
DbCommand::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)
public: property UpdateRowSource UpdatedRowSource { virtual UpdateRowSource get() abstract; virtual void set(UpdateRowSource value) abstract; }
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.
Implements
IDbCommand::UpdatedRowSourceThrows a ArgumentException if the value entered was not one of the UpdateRowSource values.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: