Data Port Sync 1.0.500

JetExport. Method 

[This is preliminary documentation and subject to change.]

Creates the image of a JetTable on a SQL CE database.

[Visual Basic]
Public Function ( _
   ByVal JetTable As JetTable, _
   ByVal SqlCeDatabase As SqlCeDatabase _
) As Boolean
[C#]
public bool (
   JetTable table,
   SqlCeDatabase dbSqlCe
);

Parameters

JetTable
SqlCeDatabase

Return Value

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace