Share via


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)

Syntax

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

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

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.

See Also

Reference

DbSyncAdapter Class

DbSyncAdapter Overload

Microsoft.Synchronization.Data Namespace