Click or drag to resize

DataTableSetTableProperty Method

The table properties, key is a string, val is an object you want to store here.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetTableProperty(
	string key,
	Object? val
)

Parameters

key  String
The key of the property to store.
val  Object
The value of the property to store.
Remarks
The properties are saved on disk, with the exception of those whose name starts with "tmp/". If the property you want to store is only temporary, the property name should therefore start with "tmp/".
See Also