[This is preliminary documentation and subject to change.]
Inserts a new row after it has been set
true if the row was inserted, 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