| ColumnMapping Constructor (XmlNode, ISource, IDestination, Table, Table, Int32) |
Namespace:
Dynamicweb.DataIntegration.Integration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public ColumnMapping(
XmlNode xmlNode,
ISource source,
IDestination destination,
Table sourceTable,
Table destinationTable,
int id
)
Public Sub New (
xmlNode As XmlNode,
source As ISource,
destination As IDestination,
sourceTable As Table,
destinationTable As Table,
id As Integer
)
Parameters
- xmlNode
- Type: System.XmlXmlNode
- source
- Type: Dynamicweb.DataIntegration.Integration.InterfacesISource
- destination
- Type: Dynamicweb.DataIntegration.Integration.InterfacesIDestination
- sourceTable
- Type: Dynamicweb.DataIntegration.IntegrationTable
- destinationTable
- Type: Dynamicweb.DataIntegration.IntegrationTable
- id
- Type: SystemInt32
See Also