Data Port Sync 1.0.500

SqlCeDatabaseTracker. Method 

[This is preliminary documentation and subject to change.]

Tracks changes to the SQL CE database marking them with a given generation number.

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

Parameters

Int32
Generation number.

Return Value

true if successful.

See Also

SqlCeDatabaseTracker Class | Primeworks.DataPortSync.SqlCe Namespace