Click or drag to resize

DataColumnCollectionAppendAllColumns Method

Appends data columns from DataTable src to the data in this table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AppendAllColumns(
	DataColumnCollection src,
	bool ignoreNames
)

Parameters

src  DataColumnCollection
Source table.
ignoreNames  Boolean
If true, the data columns in this table and in src table are compared by index. If false, the data columns in this table and in src table are compared by their name.
See Also