Mimer Data Provider

MimerCommand.UpdatedRowSource Property

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);

Property Value

A UpdateRowSource value that specifies how query command results are applied to the row being updated.

Implements

IDbCommand.UpdatedRowSource

Exceptions

Exception TypeCondition
ArgumentExceptionThe specified value is outside the UpdateRowSource enumeration.

See Also

MimerCommand Class | Mimer.Data.Client Namespace