Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an expression that represents the condition that must be met for an element to be returned by the query.
get_filter: function()
set_filter: function(value)
Usage
var a = exampleQueryBuilder.get_filter();
exampleQueryBuilder.set_filter(value);
Parameters
Parameter |
Definition |
|---|---|
value |
A string value that represents the condition that defines which elements to return by a query. |
Return Value
The condition that defines which elements to return by a query.