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
)
public DbSyncAdapter (
    String tableName
)
public function DbSyncAdapter (
    tableName : String
)

Parameters

  • tableName
    The name of the table in the local database.

Remarks

See Also

Reference

DbSyncAdapter Class
DbSyncAdapter Members
Microsoft.Synchronization.Data Namespace