Mimer Data Provider v9.2

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]
NotOverridable Public Property UpdatedRowSource As UpdateRowSource Implements _
   IDbCommand.UpdatedRowSource
[C#]
public System.Data.UpdateRowSource UpdatedRowSource {get; set;}

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