Click or drag to resize

DataTable(DataColumnCollection, DataColumnCollection) Constructor

Constructor for internal use only. Takes the two DataColumnCollections as Data and Properties. These collections are used directly (not by cloning them).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected DataTable(
	DataColumnCollection datacoll,
	DataColumnCollection propcoll
)

Parameters

datacoll  DataColumnCollection
The data columns.
propcoll  DataColumnCollection
The property columns.
See Also