IQueryPropertiesViewUpdateDialogValues Method |
Updates the dialog values.
Namespace: Altaxo.Gui.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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