Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Updates a table row after it has been set.

[Visual Basic]
Public Function () As Boolean
[C#]
public bool ();

Return Value

true if the row was updated, false otherwise.

Remarks

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

Exceptions

Exception Type Condition
InvalidOperationException The rowset is read-only.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace