Click or drag to resize

QueryPropertiesController Constructor

Initializes a new instance of the QueryPropertiesController class.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public QueryPropertiesController(
	QueryBuilder builder
)

Parameters

builder  QueryBuilder
The query builder.
See Also