isAscending( )


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

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

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