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 maximum number of elements to return in a query.
get_top: function()
set_top: function(value)
Usage
var a = exampleQueryBuilder.get_top();
exampleQueryBuilder.set_top(value);
Parameters
Parameter |
Definition |
|---|---|
value |
An integer that specifies the maximum number of elements to return. |
Return Value
The number of elements to return in a query.