Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Loads the list of user tables in the database.

[Visual Basic]
Public Sub ()
[C#]
public void ();

Remarks

This method populates the Tables collection but does not populate each table's schema such as the Columns, Indexes and ForeignKeys collections. To populate these collections, call LoadSchema for each SqlCeTable object in the Tables collection.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace