Data Port Sync 1.0.500

SqlCeTableAdapter. Method 

[This is preliminary documentation and subject to change.]

Updates the SQL CE table using the provided DataRow.

[Visual Basic]
Public Function ( _
   ByVal DataRow As DataRow, _
   ByVal DataRowAction As DataRowAction _
) As Integer
[C#]
public int (
   DataRow row,
   DataRowAction action
);

Parameters

DataRow
DataRow with data to update.
DataRowAction
DataRowAction value that identifies the action to perform on the row.

Return Value

Number of affected rows in the target SQL CE table.

Remarks

Rows are located using the bookmark value and values are updated using the storage engine. No SQL commands are used.

Exceptions

Exception Type Condition
SqlCeException Insert, update or delete fails.

See Also

SqlCeTableAdapter Class | Primeworks.DesktopSqlCe Namespace