Click or drag to resize

DataTable(DataTable) Constructor

Copy constructor.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTable(
	DataTable from
)

Parameters

from  DataTable
The data table to copy the structure from.
See Also