Click or drag to resize

DataTableSetTableProperty Method

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

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

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Data.DataTable.SetTableProperty(System.String,System.Object)"]

val  Object

[Missing <param name="val"/> documentation for "M:Altaxo.Data.DataTable.SetTableProperty(System.String,System.Object)"]

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