DbSyncAdapterCollection::Remove Method (String)

Removes the first occurrence of a DbSyncAdapter 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 table. Specify the name to remove the associated DbSyncAdapter object from DbSyncAdapterCollection.
Show: