Data Port Sync 1.0.500

SqlCeTableCollection. Method 

[This is preliminary documentation and subject to change.]

Adds a SqlCeTable object to the collection.

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

Parameters

SqlCeTable
SqlCeTable object.

See Also

SqlCeTableCollection Class | Primeworks.DesktopSqlCe Namespace