Gets or sets how command results are applied to the DataRow when used by the Update method of the IDbDataAdapter.
[Visual Basic] Public Property UpdatedRowSource As UpdateRowSource _ Implements IDbCommand.UpdatedRowSource [C#] public UpdateRowSource UpdatedRowSource { get; set; } [C++] public: __property UpdateRowSource get_UpdatedRowSource(); public: __property void set_UpdatedRowSource(UpdateRowSource ); [JScript] public function get UpdatedRowSource() : UpdateRowSource public function set UpdatedRowSource(UpdateRowSource);
A UpdateRowSource value that specifies how query command results are applied to the row being updated.
| Exception Type | Condition |
|---|---|
| ArgumentException | The specified value is outside the UpdateRowSource enumeration. |
MimerCommand Class | Mimer.Data.Client Namespace