Data Port Sync 1.0.500

JetExport. Method 

[This is preliminary documentation and subject to change.]

Creates the FOREIGN KEY constraints on the target table

[Visual Basic]
Public Sub ( _
   ByVal JetTable As JetTable, _
   ByVal SqlCeDatabase As SqlCeDatabase _
)
[C#]
public void (
   JetTable table,
   SqlCeDatabase dbSqlCe
);

Parameters

JetTable
Source JET table.
SqlCeDatabase
Target SQL CE database.

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace