Share via


DbSyncColumnMapping Constructor (String, String)

Initializes a new instance of the DbSyncColumnMapping class by using local column and remote column parameters.

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

Syntax

'Declaration
Public Sub New ( _
    localColumn As String, _
    remoteColumn As String _
)
'Usage
Dim localColumn As String
Dim remoteColumn As String

Dim instance As New DbSyncColumnMapping(localColumn, _
    remoteColumn)
public DbSyncColumnMapping(
    string localColumn,
    string remoteColumn
)
public:
DbSyncColumnMapping(
    String^ localColumn, 
    String^ remoteColumn
)
new : 
        localColumn:string * 
        remoteColumn:string -> DbSyncColumnMapping
public function DbSyncColumnMapping(
    localColumn : String, 
    remoteColumn : String
)

Parameters

  • localColumn
    Type: System.String
    The name of the column in the local database.
  • remoteColumn
    Type: System.String
    The name of the column in the remote database.

See Also

Reference

DbSyncColumnMapping Class

DbSyncColumnMapping Overload

Microsoft.Synchronization.Data Namespace