Table of Contents

Class ColumnCollection

Namespace
Dynamicweb.DataIntegration.Integration
Assembly
Dynamicweb.DataIntegration.dll

Collection of Columns

public class ColumnCollection : List<Column>, IList<Column>, ICollection<Column>, IReadOnlyList<Column>, IReadOnlyCollection<Column>, IEnumerable<Column>, IList, ICollection, IEnumerable
Inheritance
ColumnCollection
Implements
Inherited Members
Extension Methods

Constructors

ColumnCollection()

Initializes a new instance of the ColumnCollection class.

public ColumnCollection()

ColumnCollection(XmlNode, Table)

Initializes a new instance of the ColumnCollection class. Used when reading a schema from an XML file. Must parse the XML generated by SaveAsXML().

public ColumnCollection(XmlNode xmlNode, Table table)

Parameters

xmlNode XmlNode

The XML node.

table Table

The table.

To top