SyncSchemaColumns::Add Method (String)

Adds a SyncSchemaColumn object with the specified column name to the end of the collection.

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

public:
SyncSchemaColumn^ Add(
	String^ columnName
)

Parameters

columnName
Type: System::String
The name of the column to add to the SyncSchemaColumn collection.

Return Value

Type: Microsoft.Synchronization.Data::SyncSchemaColumn
The SyncSchemaColumn object that was added to the collection.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

Show: