Click or drag to resize

IAltaxoProjectServiceDeleteTable Method

This function will delete a data table and close the corresponding views.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void DeleteTable(
	DataTable table,
	bool force
)

Parameters

table  DataTable
The data table to delete.
force  Boolean
If true, the table is deleted without safety question, if false, the user is ask before the table is deleted.
See Also