Data Port Sync 1.0.500

SqlCeTableCollection Class

[This is preliminary documentation and subject to change.]

A collection of SqlCeTable objects referenced by name and index.

For a list of all members of this type, see SqlCeTableCollection Members.

System.Object
   SqlCeTableCollection

[Visual Basic]
Public Class SqlCeTableCollection
    Implements IEnumerable
[C#]
public class SqlCeTableCollection :

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The collection is implemented as List to store the SqlCeTable objects and a Hashtable to store the relation between the lowercase table names and their indexes on the ArrayList.

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

SqlCeTableCollection Members | Primeworks.DesktopSqlCe Namespace