Data Port Sync 1.0.500

SqlCeRowTrack. Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

ChangedRow
ChangedRow object containing the changed row information.
Int32
Generation number.

Return Value

true if the row was found.

See Also

SqlCeRowTrack Class | Primeworks.DataPortSync.SqlCe Namespace