Data Port Sync 1.0.500

SqlCeTableCopy. Method 

[This is preliminary documentation and subject to change.]

Maps two columns

[Visual Basic]
Public Sub ( _
   ByVal String As String, _
   ByVal String As String _
)
[C#]
public void (
   String strColSrc,
   String strColTgt
);

Parameters

String
Source column name
String
Target column name

See Also

SqlCeTableCopy Class | Primeworks.DesktopSqlCe Namespace