DbSyncColumnMappingCollection::Add Method (String, String)
Adds a DbSyncColumnMapping object that has the specified local and remote column names to the end of the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
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::DbSyncColumnMappingA DbSyncColumnMapping object that has the specified column names.
Show: