Click or drag to resize

ColumnCollection Constructor (XmlNode, Table)

Initializes a new instance of the ColumnCollection class

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public ColumnCollection(
	XmlNode xmlNode,
	Table table
)

Parameters

xmlNode
Type: System.XmlXmlNode
table
Type: Dynamicweb.DataIntegration.IntegrationTable
See Also