SyncTableCollection::Remove Method (String)

Removes the first occurrence of a SyncTable object from the collection when given a table name.

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

public:
void Remove(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the SyncTable object to remove from the collection.
Show: