Click or drag to resize

DataTableCopyDataAndPropertyColumnsFrom(DataTable) Method

Deletes all data and property columns in the table, and then copy all data and property columns from the source table.

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

Parameters

src  DataTable
The source table to copy the data columns from.
See Also