Click or drag to resize

DataTableRemoveTableProperty Method

Removes a table property.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool RemoveTableProperty(
	string key
)

Parameters

key  String
The name of the property to remove.

Return Value

Boolean
True if the property was found (and removed). False if there was no such property to remove.
Remarks
The properties are saved on disc (with exception of those who's name starts with "tmp/". If the property you want to store is only temporary, the property name should therefore start with "tmp/".
See Also