public interface ISortExpression
ISortExpression.| Modifier and Type | Interface and Description |
|---|---|
static class |
ISortExpression.SortDirection
Specifies the sort order.
|
| Modifier and Type | Method and Description |
|---|---|
ISortExpression.SortDirection |
getDirection()
Returns the sort order.
|
String |
getMemberName()
Returns the member on which the query result must be sorted.
|
String getMemberName()
ISortExpression.SortDirection getDirection()