Data Port Sync 1.0.500

JetExport. Method 

[This is preliminary documentation and subject to change.]

Exports a single table from a Jet database to a SQL CE database. Does not create the table on the 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