SyncSchemaTables::Contains Method

Determines whether a SyncSchemaTable object with the specified name is in the collection.

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

public:
bool Contains(
	String^ name
)

Parameters

name
Type: System::String
The name of the SyncSchemaTable object to search for in the SyncSchemaTables collection.

Return Value

Type: System::Boolean
Returns true if the SyncSchemaForeignKey object exists in the collection; otherwise, false.

ExceptionCondition
ArgumentNullException

name is a nullptr.

Show: