Skip to content

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:

  1. source: QueryParameter[] | Query
    Initializes the content of the control. This can either be an array of QueryParameter objects or a Query object. Please note that a Query object must have QueryParameters for where clause values. See QueryParameter.