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 the string expression that specifies how to order the query results.
get_orderby: function()
set_orderby: function(value)
Usage
var a = exampleQueryBuilder.get_orderby();
exampleQueryBuilder.set_orderby(value);
Parameters
Parameter |
Definition |
|---|---|
value |
The expression that defines how to order the results. |
Return Value
A string value that defines how to order the query results.