DbSyncAdapter Constructor (String)

Initializes a new instance of the DbSyncAdapter class by using a table name parameter.

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

public:
DbSyncAdapter(
	String^ tableName
)

Parameters

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