DbSyncColumnMapping Constructor (String, String)
Initializes a new instance of the DbSyncColumnMapping class by using local column and remote column parameters.
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.
Show: