DbSyncColumnMappingCollection::Add Method (String, String)

Adds a DbSyncColumnMapping object that has the specified local and remote column names to the end of the collection.

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

public:
DbSyncColumnMapping^ Add(
	String^ localColumn, 
	String^ remoteColumn
)

Parameters

localColumn
Type: System::String
The name of the column in the local database.
remoteColumn
Type: System::String
The name of the column in the remote database.

Return Value

Type: Microsoft.Synchronization.Data::DbSyncColumnMapping
A DbSyncColumnMapping object that has the specified column names.
Show: