Data Port Sync 1.0.500

SqlCeRowTrack Constructor 

[This is preliminary documentation and subject to change.]

Creates a representation of the MSysSyncRows table on the device.

[Visual Basic]
Public Sub New( _
   ByVal SqlCeDatabase As SqlCeDatabase _
)
[C#]
public SqlCeRowTrack(
   SqlCeDatabase db
);

Parameters

SqlCeDatabase
Device database object.

See Also

SqlCeRowTrack Class | Primeworks.DataPortSync.SqlCe Namespace