Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Starts the process of tracking changes to the SQL CE database

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

Parameters

Int32
Generation number.

Return Value

true if succeeded.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace