isDescending( )


Whether the results of the distinct query are sorted by the distinct property in descending order

The isDescending() method returns true if the results of the distinct query are sorted by the distinct property in descending order.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:boolean
Did this help?