Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Sort

The supported sort operators.

Index

Enumeration members

Enumeration members

ASC

ASC: = "1"

Sorts the results based on the associated field name in ascending order

DESC

DESC: = "-1"

Sorts results based on the associated field name in descending order

NONE

NONE: = "0"

Disables any specific sorting on the field name

Generated using TypeDoc