Click or drag to resize

IQueryPropertiesViewUpdateDialogValues Method

Updates the dialog values.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void UpdateDialogValues(
	bool isDistinct,
	int topN,
	SelectableListNodeList groupBy
)

Parameters

isDistinct  Boolean
A value indicating whether distinct rows are requested.
topN  Int32
The requested top-N value.
groupBy  SelectableListNodeList
The selectable group-by options.
See Also