Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Recreates all indexes and foreign key constraints of this table.

[Visual Basic]
Public Sub ( _
   ByVal SqlCeTable As SqlCeTable _
)
[C#]
public void (
   SqlCeTable table
);

Parameters

SqlCeTable
The SqlCeTable to reconnect.

Remarks

This method recreates all foreign key constrainst that belong to this table and all foreign key constraints belonging to other tables that reference this table. Use with DisconnectTable.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace