DbSyncAdapterCollection::Contains Method (String)

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

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

public:
bool Contains(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the table. Specify the name to determine whether the associated DbSyncAdapter object is in DbSyncAdapterCollection.

Return Value

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