SyncSchemaTables::Contains Method
Determines whether a SyncSchemaTable object with the specified name is in the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- name
- Type: System::String
The name of the SyncSchemaTable object to search for in the SyncSchemaTables collection.
Return Value
Type: System::BooleanReturns true if the SyncSchemaForeignKey object exists in the collection; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is a nullptr. |
Show: