SyncAdapterCollection::Contains Method (String)

Determines whether a specific SyncAdapter object is in the collection when given a table name.

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

public:
bool Contains(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the table. Specify the name to determine if the associated SyncAdapter object is in the SyncAdapterCollection.

Return Value

Type: System::Boolean
true if the SyncAdapter object exists; otherwise, false.
Show: