SyncSchemaColumns::Contains Method
Determines whether a SyncSchemaColumn object with the specified name is in the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- columnName
- Type: System::String
The name of the column. Specify the name to determine if it can be removed from the SyncSchemaColumn collection.
Return Value
Type: System::Booleantrue if the collection contains the specified column; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a nullptr. |
Show: