Click or drag to resize

DataTableAppendAllDataColumns 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 AppendAllDataColumns(
	DataTable src,
	bool ignoreNames
)

Parameters

src  DataTable
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