Click or drag to resize

IQueryPropertiesView Interface

View contract for editing query-builder properties.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IQueryPropertiesView

The IQueryPropertiesView type exposes the following members.

Methods
 NameDescription
Public methodGetDistinct Gets a value indicating whether distinct rows are requested.
Public methodGetTopN Gets the requested top-N value.
Public methodUpdateDialogValues Updates the dialog values.
Top
See Also