Share via


SyncTableCollection.Add Method

Include Protected Members
Include Inherited Members

Adds a SyncTable object to the end of the collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(String) Adds a SyncTable object with the specified table name to the end of the collection.
Public method Add(T) (Inherited from Collection<SyncTable>.)
Public method Add(String, SyncDirection) Adds a SyncTable object with the specified table name and synchronization direction to the end of the collection.
Public method Add(String, TableCreationOption) Adds a SyncTable object with the specified table name and creation option to the end of the collection.
Public method Add(String, TableCreationOption, SyncDirection) Adds a SyncTable object with the specified table name, creation option, and synchronization direction to the end of the collection.
Public method Add(String, TableCreationOption, SyncDirection, SyncGroup) Adds a SyncTable object with the specified table name, creation option, synchronization direction, and synchronization group to the end of the collection.

Top

See Also

Reference

SyncTableCollection Class

Microsoft.Synchronization.Data Namespace