Click or drag to resize

SqlColumn Constructor (XmlNode, Table)

Initializes a new instance of the SqlColumn class

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public SqlColumn(
	XmlNode node,
	Table table
)

Parameters

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