Click or drag to resize

DataTableColumnNamesKindGroupSnapshotRestoreTo(DataTable, Boolean, Boolean) Method

Restores names, kinds, and group numbers to the given destination table according to the snapshot. Whether names and/or kinds and group numbers are restored can be controlled separately.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RestoreTo(
	DataTable destinationTable,
	bool restoreNames,
	bool restoreKindAndGroups
)

Parameters

destinationTable  DataTable
The destination table.
restoreNames  Boolean
If set to true, the column names will be restored.
restoreKindAndGroups  Boolean
If set to true, the column kinds and group numbers will be restored.
See Also