SyncSchemaColumns::Contains Method

Determines whether a SyncSchemaColumn 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^ columnName
)

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::Boolean
true if the collection contains the specified column; otherwise, false.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

Show: