Click or drag to resize

DataTableColumnNamesKindGroupSnapshotRestoreTo(DataTable, Boolean, Boolean, 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 restoreDataColumnNames,
	bool restoreDataColumnKindsAndGroups,
	bool restorePropertyColumnNames,
	bool restorePropertyColumnKindsAndGroups
)

Parameters

destinationTable  DataTable
The destination table.
restoreDataColumnNames  Boolean
If set to true, the column names of the data columns will be restored.
restoreDataColumnKindsAndGroups  Boolean
If set to true, the column kinds and group numbers of the data columns will be restored.
restorePropertyColumnNames  Boolean
If set to true, the column names of the property columns will be restored.
restorePropertyColumnKindsAndGroups  Boolean
If set to true, the column kinds and group numbers of the property columns will be restored.
See Also