SyncTableCollection::Add Method (String)

Adds a SyncTable object with the specified table name to the end of the collection.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
SyncTable^ Add(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the SyncTable object to add to the SyncTableCollection.

Return Value

Type: Microsoft.Synchronization.Data::SyncTable
A SyncTable object for the specified table name.
Show: