QueryParametersView
The QueryParametersView control is designed to allow you to enter values for Query where clause values or QueryParameters values. Simply said, this is your 'search mask'.
The QueryParametersView inherits all the methods and properties from the base class View.
Constructor:
constructor(parent: View)
Creates an instance of QueryParametersView control.parent: the View containing the control itself.
Properties:
source: QueryParameter[] | Query
Initializes the content of the control. This can either be an array ofQueryParameterobjects or aQueryobject. Please note that aQueryobject must haveQueryParameters for where clause values. See QueryParameter.