DataTable(DataTable) Constructor |
Copy constructor.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataTable(
DataTable from
)
Parameters
- from DataTable
- The data table to copy the structure from.
See Also