Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Drop 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 disconnect.

Remarks

This method drops all foreign key constrainst that belong to this table and all foreign key constraints belonging to other tables that reference this table. The constraint information is kept in memory and can be reapplied with ReconnectTable.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace