DbSyncColumnMapping Constructor (String, String)

Initializes a new instance of the DbSyncColumnMapping class by using local column and remote column parameters.

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

public:
DbSyncColumnMapping(
	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.
Show: