[This is preliminary documentation and subject to change.]
Updates a table row after it has been set.
true if the row was updated, false otherwise.
Use this method for table rowsets only (read / write). If the return value is false, a SqlCeException may be immediately generated with the following code:
throw new SqlCeException();
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The rowset is read-only. |
SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace