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.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
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::SyncColumnMappingA SyncColumnMapping object that represents the mapping between the columns specified in serverColumn and clientColumn.
Show: