Share via


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)

Syntax

'Declaration
Public Sub New ( _
    tableName As String _
)
'Usage
Dim tableName As String

Dim instance As New DbSyncAdapter(tableName)
public DbSyncAdapter(
    string tableName
)
public:
DbSyncAdapter(
    String^ tableName
)
new : 
        tableName:string -> DbSyncAdapter
public function DbSyncAdapter(
    tableName : String
)

Parameters

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

See Also

Reference

DbSyncAdapter Class

DbSyncAdapter Overload

Microsoft.Synchronization.Data Namespace