Data Port Sync 1.0.500

SqlCeRowTrack. Method 

[This is preliminary documentation and subject to change.]

Deletes an existing row in the device's MSysSyncRows table.

[Visual Basic]
Public Function ( _
   ByVal ChangedRow As ChangedRow _
) As Boolean
[C#]
public bool (
   ChangedRow row
);

Parameters

ChangedRow
ChangedRow object containing the deleted row information.

Return Value

true if the row was found.

See Also

SqlCeRowTrack Class | Primeworks.DataPortSync.SqlCe Namespace