SyncAdapter Constructor (String)

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

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

public:
SyncAdapter(
	String^ tableName
)

Parameters

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