Data Port Sync 1.0.500

JetRowTrack. Method 

[This is preliminary documentation and subject to change.]

Updates an existing row.

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

Parameters

ChangedRow
Row to update.
Int32
Sync generation.

Return Value

true if the row exists.

See Also

JetRowTrack Class | Primeworks.DataPortSync.Jet Namespace