SyncColumnMappingCollection::Add Method (String, String)

Adds a SyncColumnMapping object to the end of the collection when given a server column name and a client column name.

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

public:
SyncColumnMapping^ Add(
	String^ serverColumn, 
	String^ clientColumn
)

Parameters

serverColumn
Type: System::String
The name of the column at the server to add to the SyncColumnMappingCollection.
clientColumn
Type: System::String
The name of the column at the client to add to the SyncColumnMappingCollection.

Return Value

Type: Microsoft.Synchronization.Data.Server::SyncColumnMapping
A SyncColumnMapping object that represents the mapping between the columns specified in serverColumn and clientColumn.
Show: