QueryBuilderModel Properties
A model that contains information about the Query Builder.| Name | Description |
|---|---|
| HandlerUri | Specifies a custom ASP.NET handler (or MVC controller) to which the Query Builder sends requests. |
| ParametersMode | Specifies how you can manage query parameters. |
| RightToLeft | Specifies whether a right-to-left layout is enabled in the Query Builder user interface. |
| SqlDataSourceJson | Specifies a SQL data source’s model serialized to the JSON string. |
| TableQueryModelJson | Specifies a SelectQuery‘s model serialized to the JSON string. |
See Also