Modifier and Type | Method and Description |
---|---|
static QueryOrder |
QueryOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOrder[] |
QueryOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MobileServiceQuery<E> |
MobileServiceQuery.orderBy(String field,
QueryOrder order)
Adds a new order by statement
|