Click or drag to resize

DataColumnCollectionCopyAllColumnsFrom Method

Deletes all columns in the collection, and then copy all 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 CopyAllColumnsFrom(
	DataColumnCollection src
)

Parameters

src  DataColumnCollection
The source collection to copy the columns from.
See Also