DbSyncAdapter Constructor (String, String)

Initializes a new instance of the DbSyncAdapter class by using local and remote table name parameters.

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

public:
DbSyncAdapter(
	String^ tableName, 
	String^ remoteTableName
)

Parameters

tableName
Type: System::String
The name of the table in the local database.
remoteTableName
Type: System::String
The name of the table in the remote database.
Show: