Data Port Sync 1.0.500

SqlCeTableCollection. Method 

[This is preliminary documentation and subject to change.]

Returns true if the given table name exists on the collection.

[Visual Basic]
Public Function ( _
   ByVal String As String _
) As Boolean
[C#]
public bool (
   String strTableName
);

Parameters

String
Table name.

Return Value

true if the table name exists in the collection, falseotherwise.

See Also

SqlCeTableCollection Class | Primeworks.DesktopSqlCe Namespace