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 | |
---|---|---|
Add(String) | Adds a SyncTable object with the specified table name to the end of the collection. | |
Add(T) | (Inherited from Collection<SyncTable>.) | |
Add(String, SyncDirection) | Adds a SyncTable object with the specified table name and synchronization direction to the end of the collection. | |
Add(String, TableCreationOption) | Adds a SyncTable object with the specified table name and creation option to the end of the collection. | |
Add(String, TableCreationOption, SyncDirection) | Adds a SyncTable object with the specified table name, creation option, and synchronization direction to the end of the collection. | |
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